How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.ritense.valtimo</groupId>
<artifactId>exact-plugin</artifactId>
<version>10.6.0.RELEASE</version>
</dependency>
Choose a version of com.ritense.valtimo : exact-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
10.6.x |
exact-plugin-10.6.0.RELEASE
|
||
10.5.x |
exact-plugin-10.5.3.RELEASE
|
||
exact-plugin-10.5.2.RELEASE
|
|||
exact-plugin-10.5.1.RELEASE
|
|||
exact-plugin-10.5.0.RELEASE
|
|||
10.4.x |
exact-plugin-10.4.1.RELEASE
|
||
exact-plugin-10.4.0.RELEASE
|
|||
10.3.x |
exact-plugin-10.3.0.RELEASE
|
||
10.2.x |
exact-plugin-10.2.0.RELEASE
|
||
10.1.x |
exact-plugin-10.1.0.RELEASE
|
||
10.0.x |
exact-plugin-10.0.0.RELEASE
|
||
9.26.x |
exact-plugin-9.26.2.RELEASE
|
||
exact-plugin-9.26.1.RELEASE
|
|||
exact-plugin-9.26.0.RELEASE
|
|||
9.25.x |
exact-plugin-9.25.0.RELEASE
|
||
9.24.x |
exact-plugin-9.24.0.RELEASE
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.ritense.valtimo</groupId>
<artifactId>exact-plugin</artifactId>
<version>10.6.0.RELEASE</version>
</dependency>
Advertisement