GroupId | GroupIdorg.keeber |
---|---|
ArtifactId | ArtifactIdsimple-rest |
Version | Version0.8.0 |
Type | Typejar |
Filename | Size |
---|---|
simple-rest-0.8.0.pom | |
simple-rest-0.8.0.jar | 15 KB |
simple-rest-0.8.0-sources.jar | 5 KB |
simple-rest-0.8.0-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.keeber/simple-rest/ -->
<dependency>
<groupId>org.keeber</groupId>
<artifactId>simple-rest</artifactId>
<version>0.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.keeber/simple-rest/
implementation 'org.keeber:simple-rest:0.8.0'
// https://jarcasting.com/artifacts/org.keeber/simple-rest/
implementation ("org.keeber:simple-rest:0.8.0")
'org.keeber:simple-rest:jar:0.8.0'
<dependency org="org.keeber" name="simple-rest" rev="0.8.0">
<artifact name="simple-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.keeber', module='simple-rest', version='0.8.0')
)
libraryDependencies += "org.keeber" % "simple-rest" % "0.8.0"
[org.keeber/simple-rest "0.8.0"]