How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.cyclopsgroup</groupId>
<artifactId>cym2</artifactId>
<version>1.4.2</version>
</dependency>
Choose a version of org.cyclopsgroup : cym2 to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.4.x |
cym2-1.4.2
|
||
cym2-1.4.0
|
|||
1.3 |
cym2-1.3
|
||
1.2 |
cym2-1.2-alpha-1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.cyclopsgroup</groupId>
<artifactId>cym2</artifactId>
<version>1.4.2</version>
</dependency>
Advertisement