How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.heavensay</groupId>
<artifactId>treasure-package</artifactId>
<version>1.0.3</version>
</dependency>
Choose a version of com.github.heavensay : treasure-package to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
treasure-package-1.0.3
|
||
treasure-package-1.0.2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.heavensay</groupId>
<artifactId>treasure-package</artifactId>
<version>1.0.3</version>
</dependency>
Advertisement