How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>cn.bigcore</groupId>
<artifactId>micro-third</artifactId>
<version>11.0.9-RELEASE</version>
</dependency>
Choose a version of cn.bigcore : micro-third to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
11.0.x |
micro-third-11.0.9-RELEASE
|
||
micro-third-11.0.7-RELEASE
|
|||
micro-third-11.0.1.106-RELEASE
|
|||
micro-third-11.0.1.105-RELEASE
|
|||
micro-third-11.0.1.104-RELEASE
|
|||
micro-third-11.0.1.102-RELEASE
|
|||
micro-third-11.0.1.101-RELEASE
|
|||
micro-third-11.0.1-RELEASE
|
POM as dependency in dependencyManagement
<dependency>
<groupId>cn.bigcore</groupId>
<artifactId>micro-third</artifactId>
<version>11.0.9-RELEASE</version>
</dependency>
Advertisement