CRest Samples

CRest Samples offers a small set of java implementation samples of some well known public rest services using CRest.

License

License

Apache Software License - Version 2.0
GroupId

GroupId

org.codegist.crest
ArtifactId

ArtifactId

codegist-crest-sample
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

CRest Samples
CRest Samples offers a small set of java implementation samples of some well known public rest services using CRest.
Source Code Management

Source Code Management

https://github.com/codegist/crest

Download codegist-crest-sample

How to add to project

<!-- https://jarcasting.com/artifacts/org.codegist.crest/codegist-crest-sample/ -->
<dependency>
    <groupId>org.codegist.crest</groupId>
    <artifactId>codegist-crest-sample</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.codegist.crest/codegist-crest-sample/
implementation 'org.codegist.crest:codegist-crest-sample:1.0.1'
// https://jarcasting.com/artifacts/org.codegist.crest/codegist-crest-sample/
implementation ("org.codegist.crest:codegist-crest-sample:1.0.1")
'org.codegist.crest:codegist-crest-sample:jar:1.0.1'
<dependency org="org.codegist.crest" name="codegist-crest-sample" rev="1.0.1">
  <artifact name="codegist-crest-sample" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codegist.crest', module='codegist-crest-sample', version='1.0.1')
)
libraryDependencies += "org.codegist.crest" % "codegist-crest-sample" % "1.0.1"
[org.codegist.crest/codegist-crest-sample "1.0.1"]

Dependencies

compile (7)

Group / Artifact Type Version
org.codegist.crest : codegist-crest jar 1.0.1
log4j : log4j jar 1.2.16
com.sun.xml.bind : jaxb-impl jar 2.1
org.apache.httpcomponents : httpclient jar 4.0.3
org.apache.httpcomponents : httpmime jar 4.0.3
org.codehaus.jackson : jackson-mapper-asl jar 1.6.0
commons-lang : commons-lang jar 2.5

test (3)

Group / Artifact Type Version
org.mortbay.jetty : jetty-servlet-tester jar 6.1.25
junit : junit jar 4.4
org.mockito : mockito-all jar 1.8.5

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
1.0.0