How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>net.sf.jsimpletools</groupId>
<artifactId>jsimpletools-parent-pom</artifactId>
<version>0.3.1</version>
</dependency>
Choose a version of net.sf.jsimpletools : jsimpletools-parent-pom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.3.x |
jsimpletools-parent-pom-0.3.1
|
||
jsimpletools-parent-pom-0.3.0
|
|||
0.2.x |
jsimpletools-parent-pom-0.2.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>net.sf.jsimpletools</groupId>
<artifactId>jsimpletools-parent-pom</artifactId>
<version>0.3.1</version>
</dependency>
Advertisement