How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.ritense.valtimo</groupId>
<artifactId>notificaties-api</artifactId>
<version>10.6.0.RELEASE</version>
</dependency>
Choose a version of com.ritense.valtimo : notificaties-api to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
10.6.x |
notificaties-api-10.6.0.RELEASE
|
||
10.5.x |
notificaties-api-10.5.3.RELEASE
|
||
notificaties-api-10.5.2.RELEASE
|
|||
notificaties-api-10.5.1.RELEASE
|
|||
notificaties-api-10.5.0.RELEASE
|
|||
10.4.x |
notificaties-api-10.4.1.RELEASE
|
||
notificaties-api-10.4.0.RELEASE
|
|||
10.3.x |
notificaties-api-10.3.0.RELEASE
|
||
10.2.x |
notificaties-api-10.2.0.RELEASE
|
||
10.1.x |
notificaties-api-10.1.0.RELEASE
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.ritense.valtimo</groupId>
<artifactId>notificaties-api</artifactId>
<version>10.6.0.RELEASE</version>
</dependency>
Advertisement