How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.googlecode.androidannotations</groupId>
<artifactId>androidannotations-bundle</artifactId>
<version>2.7.1</version>
</dependency>
Choose a version of com.googlecode.androidannotations : androidannotations-bundle to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.7.x |
androidannotations-bundle-2.7.1
|
||
2.7 |
androidannotations-bundle-2.7
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.googlecode.androidannotations</groupId>
<artifactId>androidannotations-bundle</artifactId>
<version>2.7.1</version>
</dependency>
Advertisement