How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.jongsoft.test</groupId>
<artifactId>testing-utils-parent</artifactId>
<version>0.1.3</version>
</dependency>
Choose a version of com.jongsoft.test : testing-utils-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.1.x |
testing-utils-parent-0.1.3
|
||
testing-utils-parent-0.1.2
|
|||
testing-utils-parent-0.1.1
|
|||
testing-utils-parent-0.1.0
|
|||
0.0.x |
testing-utils-parent-0.0.6
|
||
testing-utils-parent-0.0.5
|
|||
testing-utils-parent-0.0.3
|
|||
testing-utils-parent-0.0.2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.jongsoft.test</groupId>
<artifactId>testing-utils-parent</artifactId>
<version>0.1.3</version>
</dependency>
Advertisement