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