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