How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>nl.cloudfarming.client</groupId>
<artifactId>grid</artifactId>
<version>13.03-beta</version>
</dependency>
Choose a version of nl.cloudfarming.client : grid to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
13.03 |
grid-13.03-beta
|
||
13.02 |
grid-13.02-beta
|
POM as dependency in dependencyManagement
<dependency>
<groupId>nl.cloudfarming.client</groupId>
<artifactId>grid</artifactId>
<version>13.03-beta</version>
</dependency>
Advertisement