How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>cn.xiaoandcai</groupId>
<artifactId>json-diff-parent</artifactId>
<version>3.1.3-RC1-RELEASE</version>
</dependency>
Choose a version of cn.xiaoandcai : json-diff-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.1.x |
json-diff-parent-3.1.3-RC1-RELEASE
|
||
json-diff-parent-3.1.2-RC1-RELEASE
|
|||
json-diff-parent-3.1.1-RC1-RELEASE
|
|||
json-diff-parent-3.1.0-RC1-RELEASE
|
|||
3.0.x |
json-diff-parent-3.0.3-RC1-RELEASE
|
||
json-diff-parent-3.0.2-RC1-RELEASE
|
|||
json-diff-parent-3.0.0-RC1-RELEASE
|
|||
2.0.x |
json-diff-parent-2.0.3-RC1-RELEASE
|
||
json-diff-parent-2.0.2-RC1-RELEASE
|
|||
json-diff-parent-2.0.1-RC1-RELEASE
|
POM as dependency in dependencyManagement
<dependency>
<groupId>cn.xiaoandcai</groupId>
<artifactId>json-diff-parent</artifactId>
<version>3.1.3-RC1-RELEASE</version>
</dependency>
Advertisement