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