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