How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>net.sourceforge.ota-tools</groupId>
<artifactId>ota-tools-parent</artifactId>
<version>1.1.6</version>
</dependency>
Choose a version of net.sourceforge.ota-tools : ota-tools-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.1.x |
ota-tools-parent-1.1.6
|
||
ota-tools-parent-1.1.5
|
|||
ota-tools-parent-1.1.4
|
|||
ota-tools-parent-1.1.3
|
|||
ota-tools-parent-1.1.2
|
|||
ota-tools-parent-1.1.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>net.sourceforge.ota-tools</groupId>
<artifactId>ota-tools-parent</artifactId>
<version>1.1.6</version>
</dependency>
Advertisement