License |
License
Apache Software License - Version 2.0
|
---|---|
GroupId | GroupIdorg.codegist.crest |
ArtifactId | ArtifactIdcodegist-crest-sample |
Version | Version1.0.1 |
Type | Typejar |
Description |
DescriptionCRest 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 |
Filename | Size |
---|---|
codegist-crest-sample-1.0.1.pom | |
codegist-crest-sample-1.0.1.jar | 78 KB |
codegist-crest-sample-1.0.1-sources.jar | 70 KB |
codegist-crest-sample-1.0.1-javadoc.jar | 359 KB |
Browse |
<!-- 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"]
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 |
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 |