GroupId | GroupIdorg.zlwl |
---|---|
ArtifactId | ArtifactIdrutools-ethereum-api |
Version | Version1.0.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.zlwl/rutools-ethereum-api/ -->
<dependency>
<groupId>org.zlwl</groupId>
<artifactId>rutools-ethereum-api</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.zlwl/rutools-ethereum-api/
implementation 'org.zlwl:rutools-ethereum-api:1.0.6'
// https://jarcasting.com/artifacts/org.zlwl/rutools-ethereum-api/
implementation ("org.zlwl:rutools-ethereum-api:1.0.6")
'org.zlwl:rutools-ethereum-api:jar:1.0.6'
<dependency org="org.zlwl" name="rutools-ethereum-api" rev="1.0.6">
<artifact name="rutools-ethereum-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.zlwl', module='rutools-ethereum-api', version='1.0.6')
)
libraryDependencies += "org.zlwl" % "rutools-ethereum-api" % "1.0.6"
[org.zlwl/rutools-ethereum-api "1.0.6"]