How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>cn.tenfell</groupId>
<artifactId>cloud-common</artifactId>
<version>3.0.0.RELEASE</version>
</dependency>
Choose a version of cn.tenfell : cloud-common to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.0.x |
cloud-common-3.0.0.RELEASE
|
||
2.0.x |
cloud-common-2.0.1.RELEASE
|
||
cloud-common-2.0.0.RELEASE
|
POM as dependency in dependencyManagement
<dependency>
<groupId>cn.tenfell</groupId>
<artifactId>cloud-common</artifactId>
<version>3.0.0.RELEASE</version>
</dependency>
Advertisement