How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.shynixn.petblocks</groupId>
<artifactId>root</artifactId>
<version>7.3.0</version>
</dependency>
Choose a version of com.github.shynixn.petblocks : root to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
7.3.x |
root-7.3.0
|
||
7.2.x |
root-7.2.2
|
||
root-7.2.1
|
|||
root-7.2.0
|
|||
7.1.x |
root-7.1.0
|
||
7.0.x |
root-7.0.1
|
||
root-7.0.0
|
|||
6.5.x |
root-6.5.1
|
||
root-6.5.0
|
|||
6.4.x |
root-6.4.3
|
||
root-6.4.2
|
|||
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.3
|
||
root-6.2.2
|
|||
root-6.2.1
|
|||
root-6.2.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.shynixn.petblocks</groupId>
<artifactId>root</artifactId>
<version>7.3.0</version>
</dependency>
Advertisement