GroupId | GroupIdorg.jrebirth.af |
---|---|
ArtifactId | ArtifactIdrest |
Version | Version8.0.4 |
Type | Typejar |
Filename | Size |
---|---|
rest-8.0.4.pom | |
rest-8.0.4.jar | 6 KB |
rest-8.0.4-sources.jar | 3 KB |
rest-8.0.4-javadoc.jar | 41 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jrebirth.af/rest/ -->
<dependency>
<groupId>org.jrebirth.af</groupId>
<artifactId>rest</artifactId>
<version>8.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.jrebirth.af/rest/
implementation 'org.jrebirth.af:rest:8.0.4'
// https://jarcasting.com/artifacts/org.jrebirth.af/rest/
implementation ("org.jrebirth.af:rest:8.0.4")
'org.jrebirth.af:rest:jar:8.0.4'
<dependency org="org.jrebirth.af" name="rest" rev="8.0.4">
<artifact name="rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jrebirth.af', module='rest', version='8.0.4')
)
libraryDependencies += "org.jrebirth.af" % "rest" % "8.0.4"
[org.jrebirth.af/rest "8.0.4"]