How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.pivot</groupId>
<artifactId>pivot</artifactId>
<version>2.0.5</version>
</dependency>
Choose a version of org.apache.pivot : pivot to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.0.x |
pivot-2.0.5
|
||
pivot-2.0.4
|
|||
pivot-2.0.3
|
|||
pivot-2.0.2
|
|||
pivot-2.0.1
|
|||
2.0 |
pivot-2.0
|
||
1.5.x |
pivot-1.5.2
|
||
pivot-1.5.1
|
|||
1.4 |
pivot-1.4
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.pivot</groupId>
<artifactId>pivot</artifactId>
<version>2.0.5</version>
</dependency>
Advertisement