How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>nl.cloudfarming.client</groupId>
<artifactId>planning</artifactId>
<version>1.0.17</version>
</dependency>
Choose a version of nl.cloudfarming.client : planning to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
planning-1.0.17
|
||
planning-1.0.15
|
|||
planning-1.0.13
|
|||
planning-1.0.12
|
|||
planning-1.0.10
|
|||
planning-1.0.9
|
|||
planning-1.0.8
|
|||
planning-1.0.7
|
|||
planning-1.0.6
|
POM as dependency in dependencyManagement
<dependency>
<groupId>nl.cloudfarming.client</groupId>
<artifactId>planning</artifactId>
<version>1.0.17</version>
</dependency>
Advertisement