How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>net.orbyfied.j8</groupId>
<artifactId>j8-command-bukkit</artifactId>
<version>2.0.0.0_hotfix1</version>
</dependency>
Choose a version of net.orbyfied.j8 : j8-command-bukkit to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.0.x |
j8-command-bukkit-2.0.0.0_hotfix1
|
||
j8-command-bukkit-2.0.0.3
|
|||
j8-command-bukkit-2.0.0.2
|
|||
j8-command-bukkit-2.0.0.1
|
|||
j8-command-bukkit-2.0.0
|
|||
0.1.x |
j8-command-bukkit-0.1.3.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>net.orbyfied.j8</groupId>
<artifactId>j8-command-bukkit</artifactId>
<version>2.0.0.0_hotfix1</version>
</dependency>
Advertisement