How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>cn.shellming.thrift</groupId>
<artifactId>spring-cloud-starter-thrift</artifactId>
<version>1.0.1</version>
</dependency>
Choose a version of cn.shellming.thrift : spring-cloud-starter-thrift to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
spring-cloud-starter-thrift-1.0.1
|
||
spring-cloud-starter-thrift-1.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>cn.shellming.thrift</groupId>
<artifactId>spring-cloud-starter-thrift</artifactId>
<version>1.0.1</version>
</dependency>
Advertisement