is not current version
Last Version 4.8.0

org.androidannotations:rest-spring 4.5.0

AndroidAnnotations plugin for REST with Spring REST template

GroupId

GroupId

org.androidannotations
ArtifactId

ArtifactId

rest-spring
Version

Version

4.5.0
Type

Type

jar

Download rest-spring 4.5.0


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