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