How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.antwerkz.sofia</groupId>
<artifactId>tests</artifactId>
<version>0.25</version>
</dependency>
Choose a version of com.antwerkz.sofia : tests to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.25 |
tests-0.25
|
||
0.23 |
tests-0.23
|
||
0.22 |
tests-0.22
|
||
0.21 |
tests-0.21
|
||
0.20 |
tests-0.20
|
||
0.15 |
tests-0.15
|
||
0.14 |
tests-0.14
|
||
0.13 |
tests-0.13
|
||
0.12 |
tests-0.12
|
||
0.11 |
tests-0.11
|
||
0.9 |
tests-0.9
|
||
0.8 |
tests-0.8
|
||
0.7 |
tests-0.7
|
||
0.6 |
tests-0.6
|
||
0.5 |
tests-0.5
|
||
0.4 |
tests-0.4
|
||
0.3 |
tests-0.3
|
||
0.2 |
tests-0.2
|
||
0.1 |
tests-0.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.antwerkz.sofia</groupId>
<artifactId>tests</artifactId>
<version>0.25</version>
</dependency>
Advertisement