| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.github.itzmedinesh |
| ArtifactId | ArtifactIdrest-api-client |
| Version | Version1.0.0 |
| Type | Typepom |
| Description |
Descriptionrest-api-client
Java client(Android friendly) for CRUD operations on REST APIs
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| rest-api-client-1.0.0.pom | |
| rest-api-client-1.0.0.jar | 3 KB |
| rest-api-client-1.0.0-sources.jar | 12 KB |
| rest-api-client-1.0.0-javadoc.jar | 62 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.itzmedinesh/rest-api-client/ -->
<dependency>
<groupId>com.github.itzmedinesh</groupId>
<artifactId>rest-api-client</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.itzmedinesh/rest-api-client/
implementation 'com.github.itzmedinesh:rest-api-client:1.0.0'
// https://jarcasting.com/artifacts/com.github.itzmedinesh/rest-api-client/
implementation ("com.github.itzmedinesh:rest-api-client:1.0.0")
'com.github.itzmedinesh:rest-api-client:pom:1.0.0'
<dependency org="com.github.itzmedinesh" name="rest-api-client" rev="1.0.0">
<artifact name="rest-api-client" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.itzmedinesh', module='rest-api-client', version='1.0.0')
)
libraryDependencies += "com.github.itzmedinesh" % "rest-api-client" % "1.0.0"
[com.github.itzmedinesh/rest-api-client "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| javax.ws.rs : javax.ws.rs-api | jar | 2.0.1 |
| org.slf4j : slf4j-api | jar | 1.7.12 |
| log4j : log4j | jar | 1.2.17 |
| com.fasterxml.jackson.dataformat : jackson-dataformat-yaml | jar | 2.6.3 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.6.3 |
| org.glassfish.jersey.connectors : jersey-apache-connector | jar | 2.22.1 |
| org.glassfish.jersey.core : jersey-client | jar | 2.22.1 |
| org.apache.commons : commons-lang3 | jar | 3.4 |
| org.glassfish.jersey.security : oauth2-client | jar | 2.25 |