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>
Choose a version of org.androidannotations : androidannotations-rest-spring to add to Maven - Latest 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
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.androidannotations</groupId>
<artifactId>androidannotations-rest-spring</artifactId>
<version>4.8.0</version>
</dependency>
Advertisement