How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.otcframework</groupId>
<artifactId>otcframework</artifactId>
<version>2.7.0</version>
</dependency>
Choose a version of org.otcframework : otcframework to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.7.x |
otcframework-2.7.0
|
||
2.6 |
otcframework-2.6
|
||
2.5 |
otcframework-2.5
|
||
2.4 |
otcframework-2.4
|
||
2.3 |
otcframework-2.3
|
||
2.2 |
otcframework-2.2
|
||
2.1 |
otcframework-2.1
|
||
2.0 |
otcframework-2.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.otcframework</groupId>
<artifactId>otcframework</artifactId>
<version>2.7.0</version>
</dependency>
Advertisement