How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.xiongxcodes</groupId>
<artifactId>haohope-build</artifactId>
<version>1.0.0</version>
</dependency>
Choose a version of com.github.xiongxcodes : haohope-build to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
20210131 |
haohope-build-20210131-SNAPSHOTS
|
||
2020 |
haohope-build-2020-0.0.1-SNAPSHOTS
|
||
1.1.x |
haohope-build-1.1.1-SNAPSHOTS
|
||
1.0.x |
haohope-build-1.0.9-releases
|
||
haohope-build-1.0.2-releases
|
|||
haohope-build-1.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.xiongxcodes</groupId>
<artifactId>haohope-build</artifactId>
<version>1.0.0</version>
</dependency>
Advertisement