How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>nl.cloudfarming.client</groupId>
<artifactId>stock-meta</artifactId>
<version>1.0.17</version>
</dependency>
Choose a version of nl.cloudfarming.client : stock-meta to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
stock-meta-1.0.17
|
POM as dependency in dependencyManagement
<dependency>
<groupId>nl.cloudfarming.client</groupId>
<artifactId>stock-meta</artifactId>
<version>1.0.17</version>
</dependency>
Advertisement