How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>de.saumya.mojo</groupId>
<artifactId>tests-parent-mojo</artifactId>
<version>1.0.10</version>
</dependency>
Choose a version of de.saumya.mojo : tests-parent-mojo to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
tests-parent-mojo-1.0.10
|
||
tests-parent-mojo-1.0.9
|
|||
tests-parent-mojo-1.0.8
|
|||
tests-parent-mojo-1.0.7
|
|||
tests-parent-mojo-1.0.6
|
|||
tests-parent-mojo-1.0.5
|
|||
tests-parent-mojo-1.0.4
|
|||
tests-parent-mojo-1.0.3
|
|||
tests-parent-mojo-1.0.2
|
|||
tests-parent-mojo-1.0.1
|
|||
tests-parent-mojo-1.0.0
|
|||
tests-parent-mojo-1.0.0-rc4
|
|||
tests-parent-mojo-1.0.0-rc3
|
|||
tests-parent-mojo-1.0.0-rc2
|
|||
tests-parent-mojo-1.0.0-rc
|
|||
tests-parent-mojo-1.0.0-beta
|
|||
0.29.x |
tests-parent-mojo-0.29.4
|
||
tests-parent-mojo-0.29.3
|
|||
tests-parent-mojo-0.29.2
|
|||
tests-parent-mojo-0.29.1
|
|||
tests-parent-mojo-0.29.0
|
|||
0.28.x |
tests-parent-mojo-0.28.6
|
||
tests-parent-mojo-0.28.5
|
|||
tests-parent-mojo-0.28.4
|
|||
tests-parent-mojo-0.28.3
|
|||
tests-parent-mojo-0.28.2
|
|||
tests-parent-mojo-0.28.1
|
|||
tests-parent-mojo-0.28.0
|
|||
0.27.x |
tests-parent-mojo-0.27.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>de.saumya.mojo</groupId>
<artifactId>tests-parent-mojo</artifactId>
<version>1.0.10</version>
</dependency>
Advertisement