is not current version
Last Version 5.0.0

org.web3j:geth 4.0.2

Connect JVM applications to Ethereum blockchains with web3j - a lightweight, reactive, type safe library for Java, Android, Kotlin and Scala.

GroupId

GroupId

org.web3j
ArtifactId

ArtifactId

geth
Version

Version

4.0.2
Type

Type

jar

Download geth 4.0.2


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