is not current version
Last Version 5.0.0

org.web3j:geth 4.5.10

Geth JSON-RPC API

GroupId

GroupId

org.web3j
ArtifactId

ArtifactId

geth
Version

Version

4.5.10
Type

Type

jar

Download geth 4.5.10


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