How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>net.sf.mardao</groupId>
<artifactId>mardao-android-parent</artifactId>
<version>2.3.6</version>
</dependency>
Choose a version of net.sf.mardao : mardao-android-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.3.x |
mardao-android-parent-2.3.6
|
||
mardao-android-parent-2.3.3
|
|||
mardao-android-parent-2.3.2
|
|||
mardao-android-parent-2.3.1
|
|||
mardao-android-parent-2.3.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>net.sf.mardao</groupId>
<artifactId>mardao-android-parent</artifactId>
<version>2.3.6</version>
</dependency>
Advertisement