How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.anrisoftware.simplerest</groupId>
<artifactId>simplerest-parent</artifactId>
<version>0.5</version>
</dependency>
Choose a version of com.anrisoftware.simplerest : simplerest-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.5 |
simplerest-parent-0.5
|
||
0.4 |
simplerest-parent-0.4
|
||
0.3 |
simplerest-parent-0.3
|
||
0.1 |
simplerest-parent-0.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.anrisoftware.simplerest</groupId>
<artifactId>simplerest-parent</artifactId>
<version>0.5</version>
</dependency>
Advertisement