License |
License |
---|---|
GroupId | GroupIdorg.web3j |
ArtifactId | ArtifactIdgeth |
Version | Version5.0.0 |
Type | Typejar |
Description |
Descriptionweb3j
Geth JSON-RPC API
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
geth-5.0.0.pom | |
geth-5.0.0.jar | 4 KB |
geth-5.0.0-tests.jar | 5 KB |
geth-5.0.0-sources.jar | 4 KB |
geth-5.0.0-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.web3j/geth/ -->
<dependency>
<groupId>org.web3j</groupId>
<artifactId>geth</artifactId>
<version>5.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.web3j/geth/
implementation 'org.web3j:geth:5.0.0'
// https://jarcasting.com/artifacts/org.web3j/geth/
implementation ("org.web3j:geth:5.0.0")
'org.web3j:geth:jar:5.0.0'
<dependency org="org.web3j" name="geth" rev="5.0.0">
<artifact name="geth" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.web3j', module='geth', version='5.0.0')
)
libraryDependencies += "org.web3j" % "geth" % "5.0.0"
[org.web3j/geth "5.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.web3j : core | jar | 5.0.0 |