How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.ardoco.core</groupId>
<artifactId>tests</artifactId>
<version>0.21.0</version>
</dependency>
Choose a version of io.github.ardoco.core : tests to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.21.x |
tests-0.21.0
|
||
0.20.x |
tests-0.20.0
|
||
0.19.x |
tests-0.19.0
|
||
0.18.x |
tests-0.18.1
|
||
tests-0.18.0
|
|||
0.17.x |
tests-0.17.0
|
||
0.16.x |
tests-0.16.0
|
||
0.15.x |
tests-0.15.0
|
||
0.14.x |
tests-0.14.0
|
||
0.13.x |
tests-0.13.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.ardoco.core</groupId>
<artifactId>tests</artifactId>
<version>0.21.0</version>
</dependency>
Advertisement