| GroupId | GroupIdio.neow3j |
|---|---|
| ArtifactId | ArtifactIdcrypto |
| Version | Version1.0.11 |
| Type | Typejar |
| Filename | Size |
|---|---|
| crypto-1.0.11.pom | |
| crypto-1.0.11.jar | 62 KB |
| crypto-1.0.11-tests.jar | 27 KB |
| crypto-1.0.11-sources.jar | 39 KB |
| crypto-1.0.11-javadoc.jar | 119 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.neow3j/crypto/ -->
<dependency>
<groupId>io.neow3j</groupId>
<artifactId>crypto</artifactId>
<version>1.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/io.neow3j/crypto/
implementation 'io.neow3j:crypto:1.0.11'
// https://jarcasting.com/artifacts/io.neow3j/crypto/
implementation ("io.neow3j:crypto:1.0.11")
'io.neow3j:crypto:jar:1.0.11'
<dependency org="io.neow3j" name="crypto" rev="1.0.11">
<artifact name="crypto" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.neow3j', module='crypto', version='1.0.11')
)
libraryDependencies += "io.neow3j" % "crypto" % "1.0.11"
[io.neow3j/crypto "1.0.11"]