is not current version
Last Version 2.0.0-RC1

org.codegist.crest:codegist-crest 1.0.0

CRest - Client Representational State Transfer - is a lightweight framework aiming to simplify the integration of external REST services into java applications by simply declaring a annotated interface and an optional data model.

GroupId

GroupId

org.codegist.crest
ArtifactId

ArtifactId

codegist-crest
Version

Version

1.0.0
Type

Type

jar

Download codegist-crest 1.0.0


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