MVN

org.androidannotations : androidannotations-rest-spring

Maven & Gradle

Nov 19, 2020
11.1k stars

REST plugin with Spring REST template parent · The folder containing REST plugin for AndroidAnnotations with Spring REST template

<dependency>
    <groupId>org.androidannotations</groupId>
    <artifactId>androidannotations-rest-spring</artifactId>
    <version>4.8.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.androidannotations : androidannotations-rest-spring to add to Maven - Latest Versions:

  • Latest Stable: 4.8.0

All Versions

Choose a version of org.androidannotations : androidannotations-rest-spring to add to Maven - All Versions:

Version Vulnerabilities Updated
4.8.x
androidannotations-rest-spring-4.8.0
4.7.x
androidannotations-rest-spring-4.7.0
4.6.x
androidannotations-rest-spring-4.6.0
4.5.x
androidannotations-rest-spring-4.5.2
androidannotations-rest-spring-4.5.1
androidannotations-rest-spring-4.5.0
4.4.x
androidannotations-rest-spring-4.4.0
4.3.x
androidannotations-rest-spring-4.3.1
androidannotations-rest-spring-4.3.0
4.2.x
androidannotations-rest-spring-4.2.0
4.1.x
androidannotations-rest-spring-4.1.0
4.0.x
androidannotations-rest-spring-4.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.androidannotations</groupId>
    <artifactId>androidannotations-rest-spring</artifactId>
    <version>4.8.0</version>
</dependency>

Advertisement