How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>dev.cerus</groupId>
<artifactId>maps</artifactId>
<version>plugin</version>
</dependency>
Choose a version of dev.cerus : maps to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
maps-1.0.7
|
||
maps-1.0.6
|
|||
maps-1.0.4
|
|||
maps-1.0.3
|
|||
maps-1.0.2
|
|||
maps-1.0.0
|
|||
plugin |
maps-plugin
|
||
common |
maps-common
|
||
bukkit |
maps-bukkit-18_R2
|
||
maps-bukkit-18_R1
|
|||
maps-bukkit-17_R1
|
|||
maps-bukkit-16_R3
|
POM as dependency in dependencyManagement
<dependency>
<groupId>dev.cerus</groupId>
<artifactId>maps</artifactId>
<version>plugin</version>
</dependency>
Advertisement