is not current version
Last Version 4.6.0-android

org.web3j:compat 4.1.0-android

Android compatibility module

GroupId

GroupId

org.web3j
ArtifactId

ArtifactId

compat
Version

Version

4.1.0-android
Type

Type

jar

Download compat 4.1.0-android


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