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