How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>fr.openwide.nuxeo.commons</groupId>
<artifactId>owsi-nuxeo-commons</artifactId>
<version>1.6.0</version>
</dependency>
Choose a version of fr.openwide.nuxeo.commons : owsi-nuxeo-commons to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.7.x |
owsi-nuxeo-commons-1.7.10
|
||
1.6.x |
owsi-nuxeo-commons-1.6.0
|
||
0.1.x |
owsi-nuxeo-commons-0.1.4
|
||
owsi-nuxeo-commons-0.1.3
|
POM as dependency in dependencyManagement
<dependency>
<groupId>fr.openwide.nuxeo.commons</groupId>
<artifactId>owsi-nuxeo-commons</artifactId>
<version>1.6.0</version>
</dependency>
Advertisement