How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.tencent.polaris</groupId>
<artifactId>circuitbreaker</artifactId>
<version>1.2.0</version>
</dependency>
Choose a version of com.tencent.polaris : circuitbreaker to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.2.x |
circuitbreaker-1.2.0
|
||
1.1.x |
circuitbreaker-1.1.1
|
||
circuitbreaker-1.1.0
|
|||
1.0.x |
circuitbreaker-1.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.tencent.polaris</groupId>
<artifactId>circuitbreaker</artifactId>
<version>1.2.0</version>
</dependency>
Advertisement