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