| License |
License
Apache Software License - Version 2.0
|
|---|---|
| GroupId | GroupIdorg.codegist.crest |
| ArtifactId | ArtifactIdcodegist-crest |
| Last Version | Last Version2.0.0-RC1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionCRest
CRest is a lightweight JAX-RS compatible annotation-driven java library that aims to simplify the integration of third party RESTful services allowing the developer to focus on the essential aspects of the integration.
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| codegist-crest-2.0.0-RC1.pom | |
| codegist-crest-2.0.0-RC1.jar | 273 KB |
| codegist-crest-2.0.0-RC1-sources.jar | 288 KB |
| codegist-crest-2.0.0-RC1-javadoc.jar | 901 KB |
| codegist-crest-2.0.0-RC1-all.jar | 337 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.codegist.crest/codegist-crest/ -->
<dependency>
<groupId>org.codegist.crest</groupId>
<artifactId>codegist-crest</artifactId>
<version>2.0.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.codegist.crest/codegist-crest/
implementation 'org.codegist.crest:codegist-crest:2.0.0-RC1'
// https://jarcasting.com/artifacts/org.codegist.crest/codegist-crest/
implementation ("org.codegist.crest:codegist-crest:2.0.0-RC1")
'org.codegist.crest:codegist-crest:jar:2.0.0-RC1'
<dependency org="org.codegist.crest" name="codegist-crest" rev="2.0.0-RC1">
<artifact name="codegist-crest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codegist.crest', module='codegist-crest', version='2.0.0-RC1')
)
libraryDependencies += "org.codegist.crest" % "codegist-crest" % "2.0.0-RC1"
[org.codegist.crest/codegist-crest "2.0.0-RC1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.codegist : codegist-common | jar | 2.0.0-RC1 |
| org.apache.httpcomponents : httpclient Optional | jar | 4.0.1 |
| cglib : cglib Optional | jar | 2.2 |
| com.sun.xml.bind : jaxb-impl Optional | jar | 2.1 |
| org.simpleframework : simple-xml Optional | jar | 2.5.3 |
| org.codehaus.jackson : jackson-mapper-asl Optional | jar | 1.6.0 |
| javax.ws.rs : jsr311-api Optional | jar | 1.1.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| log4j : log4j | jar | 1.2.16 |
| org.mortbay.jetty : jetty-servlet-tester | jar | 6.1.25 |
| junit : junit | jar | 4.4 |
| org.mockito : mockito-all | jar | 1.8.5 |
| org.powermock : powermock-api-mockito | jar | 1.4.9 |
| org.powermock : powermock-module-junit4 | jar | 1.4.9 |