is not current version
Last Version 5.0.0

org.web3j:geth master

Geth JSON-RPC API

GroupId

GroupId

org.web3j
ArtifactId

ArtifactId

geth
Version

Version

master
Type

Type

jar

Download geth master


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