GroupId | GroupIdcom.myodov.unicherrygarden |
---|---|
ArtifactId | ArtifactIdethutils |
Version | Version0.8.1 |
Type | Typejar |
Filename | Size |
---|---|
ethutils-0.8.1.pom | |
ethutils-0.8.1.jar | 7 KB |
ethutils-0.8.1-sources.jar | 3 KB |
ethutils-0.8.1-javadoc.jar | 207 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.myodov.unicherrygarden/ethutils/ -->
<dependency>
<groupId>com.myodov.unicherrygarden</groupId>
<artifactId>ethutils</artifactId>
<version>0.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.myodov.unicherrygarden/ethutils/
implementation 'com.myodov.unicherrygarden:ethutils:0.8.1'
// https://jarcasting.com/artifacts/com.myodov.unicherrygarden/ethutils/
implementation ("com.myodov.unicherrygarden:ethutils:0.8.1")
'com.myodov.unicherrygarden:ethutils:jar:0.8.1'
<dependency org="com.myodov.unicherrygarden" name="ethutils" rev="0.8.1">
<artifact name="ethutils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.myodov.unicherrygarden', module='ethutils', version='0.8.1')
)
libraryDependencies += "com.myodov.unicherrygarden" % "ethutils" % "0.8.1"
[com.myodov.unicherrygarden/ethutils "0.8.1"]