How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-conf</artifactId>
<version>1.6.1</version>
</dependency>
Choose a version of com.xuxueli : xxl-conf to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.6.x |
xxl-conf-1.6.1
|
||
xxl-conf-1.6.0
|
CVE-2018-20094 | ||
1.5.x |
xxl-conf-1.5.2
|
CVE-2018-20094 | |
xxl-conf-1.5.1
|
CVE-2018-20094 | ||
xxl-conf-1.5.0
|
CVE-2018-20094 | ||
1.4.x |
xxl-conf-1.4.2
|
CVE-2018-20094 | |
xxl-conf-1.4.1
|
CVE-2018-20094 | ||
xxl-conf-1.4.0
|
CVE-2018-20094 | ||
1.3.x |
xxl-conf-1.3.0
|
CVE-2018-20094 |
POM as dependency in dependencyManagement
<dependency>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-conf</artifactId>
<version>1.6.1</version>
</dependency>
Advertisement