GroupId | GroupIdcom.github.arucard21.simplyrestful |
---|---|
ArtifactId | ArtifactIdsimplyrestful |
Last Version | Last Version0.6 |
Release Date | Release Date |
Type | Typejar |
Filename | Size |
---|---|
simplyrestful-0.6.pom | |
simplyrestful-0.6.jar | 12 KB |
simplyrestful-0.6-sources.jar | 8 KB |
simplyrestful-0.6-javadoc.jar | 59 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.arucard21.simplyrestful/simplyrestful/ -->
<dependency>
<groupId>com.github.arucard21.simplyrestful</groupId>
<artifactId>simplyrestful</artifactId>
<version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.arucard21.simplyrestful/simplyrestful/
implementation 'com.github.arucard21.simplyrestful:simplyrestful:0.6'
// https://jarcasting.com/artifacts/com.github.arucard21.simplyrestful/simplyrestful/
implementation ("com.github.arucard21.simplyrestful:simplyrestful:0.6")
'com.github.arucard21.simplyrestful:simplyrestful:jar:0.6'
<dependency org="com.github.arucard21.simplyrestful" name="simplyrestful" rev="0.6">
<artifact name="simplyrestful" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.arucard21.simplyrestful', module='simplyrestful', version='0.6')
)
libraryDependencies += "com.github.arucard21.simplyrestful" % "simplyrestful" % "0.6"
[com.github.arucard21.simplyrestful/simplyrestful "0.6"]