How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.opentcs</groupId>
<artifactId>opentcs</artifactId>
<version>5.9.0</version>
</dependency>
Choose a version of org.opentcs : opentcs to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
5.9.x |
opentcs-5.9.0
|
||
5.8.x |
opentcs-5.8.2
|
||
opentcs-5.8.1
|
|||
opentcs-5.8.0
|
|||
opentcs-5.8.0-b1135
|
|||
opentcs-5.8.0-b982
|
|||
opentcs-5.8.0-b892
|
|||
opentcs-5.8.0-b884
|
|||
5.7.x |
opentcs-5.7.0
|
||
5.6.x |
opentcs-5.6.0
|
||
5.5.x |
opentcs-5.5.0
|
||
5.4.x |
opentcs-5.4.0
|
||
5.3.x |
opentcs-5.3.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.opentcs</groupId>
<artifactId>opentcs</artifactId>
<version>5.9.0</version>
</dependency>
Advertisement