How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>de.kaleidox</groupId>
<artifactId>crystalshard-impl</artifactId>
<version>0.12.0</version>
</dependency>
Choose a version of de.kaleidox : crystalshard-impl to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.12.x |
crystalshard-impl-0.12.0
|
||
0.11.x |
crystalshard-impl-0.11.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>de.kaleidox</groupId>
<artifactId>crystalshard-impl</artifactId>
<version>0.12.0</version>
</dependency>
Advertisement