Last Version

org.restler:restler-core 0.5.1

Restler is a library that generates a client of a web service by its annotated Spring controller interface at runtime.

License

License

GroupId

GroupId

org.restler
ArtifactId

ArtifactId

restler-core
Version

Version

0.5.1
Type

Type

jar
Description

Description

Restler is a library that generates a client of a web service by its annotated Spring controller interface at runtime.

Download restler-core 0.5.1


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

Dependencies

compile (6)

Group / Artifact Type Version
com.google.guava : guava jar 18.0
com.squareup.okhttp : okhttp jar 2.6.0
com.fasterxml.jackson.core : jackson-databind jar 2.8.5
cglib : cglib-nodep jar 3.1
org.objenesis : objenesis jar 2.1
org.slf4j : slf4j-api jar 1.7.5

test (3)

Group / Artifact Type Version
org.codehaus.groovy.maven.runtime : gmaven-runtime-api jar 1.0
org.codehaus.groovy : groovy-all jar 2.4.3
org.spockframework : spock-core jar 1.0-groovy-2.4

Project Modules

There are no modules declared in this project.