Last Version

CRest 2.0.0-RC1

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.

License

License

Apache Software License - Version 2.0
GroupId

GroupId

org.codegist.crest
ArtifactId

ArtifactId

codegist-crest
Version

Version

2.0.0-RC1
Type

Type

jar
Description

Description

CRest
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

https://github.com/codegist/crest

Download codegist-crest 2.0.0-RC1


<!-- 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"]

Dependencies

compile (7)

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

test (6)

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

Project Modules

There are no modules declared in this project.