How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>net.disy.legato.dist</groupId>
<artifactId>legato-dist-wps</artifactId>
<version>2.0.0</version>
</dependency>
Choose a version of net.disy.legato.dist : legato-dist-wps to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.0.x |
legato-dist-wps-2.0.0
|
||
1.4.x |
legato-dist-wps-1.4.0
|
||
1.3.x |
legato-dist-wps-1.3.0
|
||
1.1.x |
legato-dist-wps-1.1.2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>net.disy.legato.dist</groupId>
<artifactId>legato-dist-wps</artifactId>
<version>2.0.0</version>
</dependency>
Advertisement