не последняя версия
Последняя версия 4.8.0

org.androidannotations:rest-spring 4.6.0

AndroidAnnotations plugin for REST with Spring REST template

Группа

Группа

org.androidannotations
Идентификатор

Идентификатор

rest-spring
Версия

Версия

4.6.0
Тип

Тип

jar

Скачать rest-spring 4.6.0


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