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