How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.cellery.security</groupId>
<artifactId>cellery-seucirity-parent</artifactId>
<version>0.6.0</version>
</dependency>
Choose a version of io.cellery.security : cellery-seucirity-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.6.x |
cellery-seucirity-parent-0.6.0
|
||
0.4.x |
cellery-seucirity-parent-0.4.0
|
||
0.2.x |
cellery-seucirity-parent-0.2.1
|
||
0.1.x |
cellery-seucirity-parent-0.1.1
|
||
cellery-seucirity-parent-0.1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.cellery.security</groupId>
<artifactId>cellery-seucirity-parent</artifactId>
<version>0.6.0</version>
</dependency>
Advertisement