How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.chinagoods.framework.thinkcloud</groupId>
<artifactId>think-cloud</artifactId>
<version>3.1.7.RELEASE</version>
</dependency>
Choose a version of com.chinagoods.framework.thinkcloud : think-cloud to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.1.x |
think-cloud-3.1.7.RELEASE
|
||
think-cloud-3.1.5.RELEASE
|
|||
think-cloud-3.1.2.RELEASE
|
|||
think-cloud-3.1.0.RELEASE
|
|||
3.0.x |
think-cloud-3.0.2.RELEASE
|
||
think-cloud-3.0.1.RELEASE
|
|||
2.0.x |
think-cloud-2.0.1.RELEASE
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.chinagoods.framework.thinkcloud</groupId>
<artifactId>think-cloud</artifactId>
<version>3.1.7.RELEASE</version>
</dependency>
Advertisement