How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>nl.nl-portal</groupId>
<artifactId>common-ground-authentication-test</artifactId>
<version>0.1.0.RELEASE</version>
</dependency>
Choose a version of nl.nl-portal : common-ground-authentication-test to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
common-ground-authentication-test-1.0.8.RELEASE
|
||
0.1.x |
common-ground-authentication-test-0.1.0.RELEASE
|
POM as dependency in dependencyManagement
<dependency>
<groupId>nl.nl-portal</groupId>
<artifactId>common-ground-authentication-test</artifactId>
<version>0.1.0.RELEASE</version>
</dependency>
Advertisement