How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.shynixn.blockball</groupId>
<artifactId>root</artifactId>
<version>6.4.1</version>
</dependency>
Choose a version of com.github.shynixn.blockball : root to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
6.4.x |
root-6.4.1
|
||
root-6.4.0
|
|||
6.3.x |
root-6.3.1
|
||
root-6.3.0
|
|||
6.2.x |
root-6.2.0
|
||
6.1.x |
root-6.1.1
|
||
root-6.1.0
|
|||
6.0.x |
root-6.0.0
|
||
5.4.x |
root-5.4.0
|
||
5.3.x |
root-5.3.0
|
||
5.2.x |
root-5.2.0
|
||
5.1.x |
root-5.1.0
|
||
5.0.x |
root-5.0.3
|
||
root-5.0.2
|
|||
root-5.0.1
|
|||
root-5.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.shynixn.blockball</groupId>
<artifactId>root</artifactId>
<version>6.4.1</version>
</dependency>
Advertisement