How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.alibaba.csp</groupId>
<artifactId>sentinel-logging</artifactId>
<version>1.8.6</version>
</dependency>
Choose a version of com.alibaba.csp : sentinel-logging to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.8.x |
sentinel-logging-1.8.6
|
||
sentinel-logging-1.8.5
|
|||
sentinel-logging-1.8.4
|
|||
sentinel-logging-1.8.3
|
|||
sentinel-logging-1.8.2
|
|||
sentinel-logging-1.8.1
|
|||
sentinel-logging-1.8.0
|
|||
1.7.x |
sentinel-logging-1.7.2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.alibaba.csp</groupId>
<artifactId>sentinel-logging</artifactId>
<version>1.8.6</version>
</dependency>
Advertisement