How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>cn.org.thinkcloud</groupId>
<artifactId>think-cloud</artifactId>
<version>2.0.1.RELEASE</version>
</dependency>
Choose a version of cn.org.thinkcloud : think-cloud to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.0.x |
think-cloud-2.0.1.RELEASE
|
||
think-cloud-2.0.0.RELEASE
|
|||
1.2.x |
think-cloud-1.2.2.RELEASE
|
POM as dependency in dependencyManagement
<dependency>
<groupId>cn.org.thinkcloud</groupId>
<artifactId>think-cloud</artifactId>
<version>2.0.1.RELEASE</version>
</dependency>
Advertisement