Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIddev.rafex.ether.json |
ArtifactId | ArtifactIdether-json |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
ether-json-1.0.pom | |
ether-json-1.0.jar | 6 KB |
ether-json-1.0-sources.jar | 8 KB |
ether-json-1.0-javadoc.jar | 386 KB |
Browse |
<!-- https://jarcasting.com/artifacts/dev.rafex.ether.json/ether-json/ -->
<dependency>
<groupId>dev.rafex.ether.json</groupId>
<artifactId>ether-json</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/dev.rafex.ether.json/ether-json/
implementation 'dev.rafex.ether.json:ether-json:1.0'
// https://jarcasting.com/artifacts/dev.rafex.ether.json/ether-json/
implementation ("dev.rafex.ether.json:ether-json:1.0")
'dev.rafex.ether.json:ether-json:jar:1.0'
<dependency org="dev.rafex.ether.json" name="ether-json" rev="1.0">
<artifact name="ether-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.rafex.ether.json', module='ether-json', version='1.0')
)
libraryDependencies += "dev.rafex.ether.json" % "ether-json" % "1.0"
[dev.rafex.ether.json/ether-json "1.0"]