RESTiny
A tiny Java REST Client
Maven Dependency
Add to your pom.xml
<dependency>
<groupId>me.shib.java.lib</groupId>
<artifactId>restiny</artifactId>
<version>0.1.5</version>
</dependency>
| License |
License |
|---|---|
| Categories |
CategoriesJava Languages |
| GroupId | GroupIdme.shib.java.lib |
| ArtifactId | ArtifactIdrestiny |
| Last Version | Last Version0.1.5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionRESTiny
A tiny Java REST Client
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| restiny-0.1.5.pom | |
| restiny-0.1.5.jar | 21 KB |
| restiny-0.1.5-sources.jar | 10 KB |
| restiny-0.1.5-javadoc.jar | 86 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/me.shib.java.lib/restiny/ -->
<dependency>
<groupId>me.shib.java.lib</groupId>
<artifactId>restiny</artifactId>
<version>0.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/me.shib.java.lib/restiny/
implementation 'me.shib.java.lib:restiny:0.1.5'
// https://jarcasting.com/artifacts/me.shib.java.lib/restiny/
implementation ("me.shib.java.lib:restiny:0.1.5")
'me.shib.java.lib:restiny:jar:0.1.5'
<dependency org="me.shib.java.lib" name="restiny" rev="0.1.5">
<artifact name="restiny" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.shib.java.lib', module='restiny', version='0.1.5')
)
libraryDependencies += "me.shib.java.lib" % "restiny" % "0.1.5"
[me.shib.java.lib/restiny "0.1.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| me.shib.java.lib : jsonutils | jar | 0.0.1 |
A tiny Java REST Client
Add to your pom.xml
<dependency>
<groupId>me.shib.java.lib</groupId>
<artifactId>restiny</artifactId>
<version>0.1.5</version>
</dependency>