How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.haoxuer.bigworld</groupId>
<artifactId>bigworld-root</artifactId>
<version>3.3.17-20220716</version>
</dependency>
Choose a version of com.haoxuer.bigworld : bigworld-root to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.3.x |
bigworld-root-3.3.17-20220716
|
||
bigworld-root-3.3.16-20220327
|
|||
bigworld-root-3.3.15-20220327
|
|||
bigworld-root-3.3.14-20220307
|
|||
bigworld-root-3.3.13-20220115
|
|||
bigworld-root-3.3.12-20211205
|
|||
bigworld-root-3.3.11-20211020
|
|||
bigworld-root-3.3.10-20210917
|
|||
bigworld-root-3.3.9-20210805
|
|||
bigworld-root-3.3.8-20210622
|
|||
bigworld-root-3.3.7-20210610
|
|||
1.0.x |
bigworld-root-1.0.1-20200627
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.haoxuer.bigworld</groupId>
<artifactId>bigworld-root</artifactId>
<version>3.3.17-20220716</version>
</dependency>
Advertisement