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