GroupId | GroupIdorg.androidannotations |
---|---|
ArtifactId | ArtifactIdrest-spring |
Version | Version4.4.0 |
Type | Typejar |
Filename | Size |
---|---|
rest-spring-4.4.0.pom | |
rest-spring-4.4.0.jar | 57 KB |
rest-spring-4.4.0-sources.jar | 40 KB |
rest-spring-4.4.0-javadoc.jar | 165 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.androidannotations/rest-spring/ -->
<dependency>
<groupId>org.androidannotations</groupId>
<artifactId>rest-spring</artifactId>
<version>4.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.androidannotations/rest-spring/
implementation 'org.androidannotations:rest-spring:4.4.0'
// https://jarcasting.com/artifacts/org.androidannotations/rest-spring/
implementation ("org.androidannotations:rest-spring:4.4.0")
'org.androidannotations:rest-spring:jar:4.4.0'
<dependency org="org.androidannotations" name="rest-spring" rev="4.4.0">
<artifact name="rest-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.androidannotations', module='rest-spring', version='4.4.0')
)
libraryDependencies += "org.androidannotations" % "rest-spring" % "4.4.0"
[org.androidannotations/rest-spring "4.4.0"]