is not current version
Last Version 5.0.0

org.web3j:geth 3.0.1-android

null

GroupId

GroupId

org.web3j
ArtifactId

ArtifactId

geth
Version

Version

3.0.1-android
Type

Type

jar

Download geth 3.0.1-android


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