We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c0ac4c + 1fbc1f1 commit 6860e7cCopy full SHA for 6860e7c
1 file changed
README.md
@@ -19,7 +19,7 @@ Trident-java is compiled with java version 1.8 and gradle 7.6.
19
### Gradle
20
21
```groovy
22
- implementation("io.github.tronprotocol:trident:0.9.2")
+implementation("io.github.tronprotocol:trident:0.9.2")
23
```
24
25
### Maven
@@ -110,6 +110,11 @@ We're very glad and appreciate to have contributions from the community.
110
111
Refer to our [contributing guide ](CONTRIBUTING.md)for more information.
112
113
-## Licence
+## Integrity Check
114
115
-Trident is distributed under a MIT licence.
+Starting from version 0.9.2, releases are published to Maven repository and signed with the gpg key:
116
+
117
+```
118
+pub: 3149 FCA5 6377 2D11 2624 9C36 CC3F 8CEA 7B0C 74D6
119
+uid: buildtrident@tron.network
120
0 commit comments