не последняя версия
Последняя версия 5.0.0

org.web3j:abi 4.1.0-android

Ethereum Application Binary Interface (ABI) for working with smart contracts

Группа

Группа

org.web3j
Идентификатор

Идентификатор

abi
Версия

Версия

4.1.0-android
Тип

Тип

jar

Скачать abi 4.1.0-android


<!-- https://jarcasting.com/artifacts/org.web3j/abi/ -->
<dependency>
    <groupId>org.web3j</groupId>
    <artifactId>abi</artifactId>
    <version>4.1.0-android</version>
</dependency>
// https://jarcasting.com/artifacts/org.web3j/abi/
implementation 'org.web3j:abi:4.1.0-android'
// https://jarcasting.com/artifacts/org.web3j/abi/
implementation ("org.web3j:abi:4.1.0-android")
'org.web3j:abi:jar:4.1.0-android'
<dependency org="org.web3j" name="abi" rev="4.1.0-android">
  <artifact name="abi" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.web3j', module='abi', version='4.1.0-android')
)
libraryDependencies += "org.web3j" % "abi" % "4.1.0-android"
[org.web3j/abi "4.1.0-android"]