How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.thirdteeth</groupId>
<artifactId>pcollections</artifactId>
<version>0.1.4</version>
</dependency>
Choose a version of com.github.thirdteeth : pcollections to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.1.x |
pcollections-0.1.4
|
||
pcollections-0.1.3
|
|||
pcollections-0.1.2
|
|||
pcollections-0.1.1
|
|||
pcollections-0.1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.thirdteeth</groupId>
<artifactId>pcollections</artifactId>
<version>0.1.4</version>
</dependency>
Advertisement