How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.healthy-chn.security</groupId>
<artifactId>healthy-common</artifactId>
<version>1.2.1.RELEASE</version>
</dependency>
Choose a version of com.healthy-chn.security : healthy-common to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.2.x |
healthy-common-1.2.1.RELEASE
|
||
healthy-common-1.2.0.RELEASE
|
|||
1.1.x |
healthy-common-1.1.2.RELEASE
|
||
healthy-common-1.1.1.RELEASE
|
|||
healthy-common-1.1.0.RELEASE
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.healthy-chn.security</groupId>
<artifactId>healthy-common</artifactId>
<version>1.2.1.RELEASE</version>
</dependency>
Advertisement