GroupId | GroupIdorg.web3j |
---|---|
ArtifactId | ArtifactIdgeth |
Version | Version4.8.9 |
Type | Typejar |
Filename | Size |
---|---|
geth-4.8.9.pom | |
geth-4.8.9.jar | 4 KB |
geth-4.8.9-tests.jar | 5 KB |
geth-4.8.9-sources.jar | 4 KB |
geth-4.8.9-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.web3j/geth/ -->
<dependency>
<groupId>org.web3j</groupId>
<artifactId>geth</artifactId>
<version>4.8.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.web3j/geth/
implementation 'org.web3j:geth:4.8.9'
// https://jarcasting.com/artifacts/org.web3j/geth/
implementation ("org.web3j:geth:4.8.9")
'org.web3j:geth:jar:4.8.9'
<dependency org="org.web3j" name="geth" rev="4.8.9">
<artifact name="geth" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.web3j', module='geth', version='4.8.9')
)
libraryDependencies += "org.web3j" % "geth" % "4.8.9"
[org.web3j/geth "4.8.9"]