How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>br.com.objectos</groupId>
<artifactId>testable</artifactId>
<version>0.7.0</version>
</dependency>
Choose a version of br.com.objectos : testable to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.7.x |
testable-0.7.0
|
||
0.4.x |
testable-0.4.3
|
||
testable-0.4.2
|
|||
testable-0.4.1
|
|||
testable-0.4.0
|
|||
0.3.x |
testable-0.3.0
|
||
0.2.x |
testable-0.2.0
|
||
0.1.x |
testable-0.1.0
|
||
pojo |
testable-pojo-plugin
|
||
parent |
testable-parent
|
||
legacy |
testable-legacy-pojo-plugin
|
||
testable-legacy
|
|||
guava |
testable-guava
|
||
core |
testable-core
|
||
api |
testable-api
|
POM as dependency in dependencyManagement
<dependency>
<groupId>br.com.objectos</groupId>
<artifactId>testable</artifactId>
<version>0.7.0</version>
</dependency>
Advertisement