How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.caconfig.editor.root</artifactId>
<version>1.15.6</version>
</dependency>
Choose a version of io.wcm : io.wcm.caconfig.editor.root to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.15.x |
io.wcm.caconfig.editor.root-1.15.6
|
||
io.wcm.caconfig.editor.root-1.15.4
|
|||
io.wcm.caconfig.editor.root-1.15.2
|
|||
io.wcm.caconfig.editor.root-1.15.0
|
|||
1.14.x |
io.wcm.caconfig.editor.root-1.14.0
|
||
1.13.x |
io.wcm.caconfig.editor.root-1.13.0
|
||
1.12.x |
io.wcm.caconfig.editor.root-1.12.2
|
||
io.wcm.caconfig.editor.root-1.12.0
|
|||
1.11.x |
io.wcm.caconfig.editor.root-1.11.0
|
||
1.10.x |
io.wcm.caconfig.editor.root-1.10.0
|
||
1.9.x |
io.wcm.caconfig.editor.root-1.9.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.caconfig.editor.root</artifactId>
<version>1.15.6</version>
</dependency>
Advertisement