How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.mizool.cloudformation</groupId>
<artifactId>cloudformation</artifactId>
<version>0.7.2</version>
</dependency>
Choose a version of com.github.mizool.cloudformation : cloudformation to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.7.x |
cloudformation-0.7.2
|
||
cloudformation-0.7.1
|
|||
0.7 |
cloudformation-0.7
|
||
0.5.x |
cloudformation-0.5.4
|
||
cloudformation-0.5.2
|
|||
cloudformation-0.5.1
|
|||
0.5 |
cloudformation-0.5
|
||
0.4.x |
cloudformation-0.4.1
|
||
0.4 |
cloudformation-0.4
|
||
0.3 |
cloudformation-0.3
|
||
0.2 |
cloudformation-0.2
|
||
0.1 |
cloudformation-0.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.mizool.cloudformation</groupId>
<artifactId>cloudformation</artifactId>
<version>0.7.2</version>
</dependency>
Advertisement