GroupId | GroupIdcom.xwc1125.chain5j |
---|---|
ArtifactId | ArtifactIdeth-geth |
Version | Version4.3.7 |
Type | Typejar |
Filename | Size |
---|---|
eth-geth-4.3.7.pom | |
eth-geth-4.3.7.jar | 5 KB |
eth-geth-4.3.7-sources.jar | 4 KB |
eth-geth-4.3.7-javadoc.jar | 57 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.xwc1125.chain5j/eth-geth/ -->
<dependency>
<groupId>com.xwc1125.chain5j</groupId>
<artifactId>eth-geth</artifactId>
<version>4.3.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.xwc1125.chain5j/eth-geth/
implementation 'com.xwc1125.chain5j:eth-geth:4.3.7'
// https://jarcasting.com/artifacts/com.xwc1125.chain5j/eth-geth/
implementation ("com.xwc1125.chain5j:eth-geth:4.3.7")
'com.xwc1125.chain5j:eth-geth:jar:4.3.7'
<dependency org="com.xwc1125.chain5j" name="eth-geth" rev="4.3.7">
<artifact name="eth-geth" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xwc1125.chain5j', module='eth-geth', version='4.3.7')
)
libraryDependencies += "com.xwc1125.chain5j" % "eth-geth" % "4.3.7"
[com.xwc1125.chain5j/eth-geth "4.3.7"]