How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.zhkl0228</groupId>
<artifactId>unidbg-parent</artifactId>
<version>0.9.6</version>
</dependency>
Choose a version of com.github.zhkl0228 : unidbg-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.9.x |
unidbg-parent-0.9.6
|
||
unidbg-parent-0.9.5
|
|||
unidbg-parent-0.9.4
|
|||
unidbg-parent-0.9.3
|
|||
unidbg-parent-0.9.2
|
|||
unidbg-parent-0.9.1
|
|||
unidbg-parent-0.9.0
|
|||
0.8.x |
unidbg-parent-0.8.0
|
||
0.7.x |
unidbg-parent-0.7.0
|
||
0.6.x |
unidbg-parent-0.6.0
|
||
0.5.x |
unidbg-parent-0.5.0
|
||
0.4.x |
unidbg-parent-0.4.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.zhkl0228</groupId>
<artifactId>unidbg-parent</artifactId>
<version>0.9.6</version>
</dependency>
Advertisement