GroupId | GroupIdcom.myodov.unicherrygarden |
---|---|
ArtifactId | ArtifactIdethutils |
Version | Version0.1.3 |
Type | Typejar |
Filename | Size |
---|---|
ethutils-0.1.3.pom | |
ethutils-0.1.3.jar | 5 KB |
ethutils-0.1.3-sources.jar | 2 KB |
ethutils-0.1.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.myodov.unicherrygarden/ethutils/
implementation 'com.myodov.unicherrygarden:ethutils:0.1.3'
// https://jarcasting.com/artifacts/com.myodov.unicherrygarden/ethutils/
implementation ("com.myodov.unicherrygarden:ethutils:0.1.3")
'com.myodov.unicherrygarden:ethutils:jar:0.1.3'
<dependency org="com.myodov.unicherrygarden" name="ethutils" rev="0.1.3">
<artifact name="ethutils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.myodov.unicherrygarden', module='ethutils', version='0.1.3')
)
libraryDependencies += "com.myodov.unicherrygarden" % "ethutils" % "0.1.3"
[com.myodov.unicherrygarden/ethutils "0.1.3"]