License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.ow2.xlcloud |
ArtifactId | ArtifactIdrest-client |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionorg.ow2.xlcloud:rest-client
This module provides base classes for creation of REST client (SDK).
Default client has preconfigured filters, Oauth2 token injection or even object mapper.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
rest-client-1.0.0.pom | |
rest-client-1.0.0.jar | 25 KB |
rest-client-1.0.0-sources.jar | 19 KB |
rest-client-1.0.0-javadoc.jar | 108 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.xlcloud/rest-client/ -->
<dependency>
<groupId>org.ow2.xlcloud</groupId>
<artifactId>rest-client</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.xlcloud/rest-client/
implementation 'org.ow2.xlcloud:rest-client:1.0.0'
// https://jarcasting.com/artifacts/org.ow2.xlcloud/rest-client/
implementation ("org.ow2.xlcloud:rest-client:1.0.0")
'org.ow2.xlcloud:rest-client:jar:1.0.0'
<dependency org="org.ow2.xlcloud" name="rest-client" rev="1.0.0">
<artifact name="rest-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.xlcloud', module='rest-client', version='1.0.0')
)
libraryDependencies += "org.ow2.xlcloud" % "rest-client" % "1.0.0"
[org.ow2.xlcloud/rest-client "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.ow2.xlcloud : common-utils | jar | 1.0.0 |
org.ow2.xlcloud : rest-utils | jar | 1.0.0 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.0.4 |
net.sf.ehcache : ehcache-jcache | jar | 1.5.0-0.5 |
Group / Artifact | Type | Version |
---|---|---|
com.sun.jersey : jersey-client | jar | 1.13-b01 |
com.fasterxml.jackson.jaxrs : jackson-jaxrs-json-provider | jar | 2.0.4 |
log4j : log4j | jar | 1.2.14 |
javax : javaee-api | jar | 6.0 |
Group / Artifact | Type | Version |
---|---|---|
org.ow2.xlcloud : test-utils | jar | 1.0.0 |