a

abi

Ethereum Application Binary Interface (ABI) for working with smart contracts
https://web3j.io
The Apache License, Version 2.0
Conor Svensson Antony Denyer
Files download
File Operation
abi-4.7.0.jar download
abi-4.7.0.pom download
abi-4.7.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.web3j</groupId>
  <artifactId>abi</artifactId>
  <version>4.7.0</version>
</dependency>
Gradle Groovy
implementation 'org.web3j:abi:4.7.0'
Gradle Kotlin
implementation("org.web3j:abi:4.7.0")
Scala SBT
libraryDependencies += "org.web3j" % "abi" % "4.7.0"
Groovy Grape
@Grapes(
  @Grab(group='org.web3j', module='abi', version='4.7.0')
)
Apache Ivy
<dependency org="org.web3j" name="abi" rev="4.7.0" />
Leiningen
[org.web3j/abi "4.7.0"]
Apache Buildr
'org.web3j:abi:jar:4.7.0'
Dependencies