How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>nl.cloudfarming.client</groupId>
<artifactId>crop</artifactId>
<version>1.0.10</version>
</dependency>
Choose a version of nl.cloudfarming.client : crop to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
13.03 |
crop-13.03-beta
|
||
13.02 |
crop-13.02-beta
|
||
13.01 |
crop-13.01-beta
|
||
12.12 |
crop-12.12-beta
|
||
12.11 |
crop-12.11-beta
|
||
12.10.x |
crop-12.10.1-beta
|
||
12.10 |
crop-12.10-beta
|
||
1.0.x |
crop-1.0.10
|
||
crop-1.0.9
|
|||
crop-1.0.8
|
|||
crop-1.0.7
|
|||
crop-1.0.6
|
|||
crop-1.0.5
|
|||
crop-1.0.4
|
|||
crop-1.0.3
|
|||
crop-1.0.2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>nl.cloudfarming.client</groupId>
<artifactId>crop</artifactId>
<version>1.0.10</version>
</dependency>
Advertisement