| GroupId | GroupIdio.neow3j |
|---|---|
| ArtifactId | ArtifactIdabi |
| Version | Version1.0.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| abi-1.0.4.pom | |
| abi-1.0.4.jar | 261 bytes |
| abi-1.0.4-tests.jar | 261 bytes |
| abi-1.0.4-sources.jar | 261 bytes |
| abi-1.0.4-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/io.neow3j/abi/ -->
<dependency>
<groupId>io.neow3j</groupId>
<artifactId>abi</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.neow3j/abi/
implementation 'io.neow3j:abi:1.0.4'
// https://jarcasting.com/artifacts/io.neow3j/abi/
implementation ("io.neow3j:abi:1.0.4")
'io.neow3j:abi:jar:1.0.4'
<dependency org="io.neow3j" name="abi" rev="1.0.4">
<artifact name="abi" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.neow3j', module='abi', version='1.0.4')
)
libraryDependencies += "io.neow3j" % "abi" % "1.0.4"
[io.neow3j/abi "1.0.4"]