License |
License |
---|---|
Categories |
CategoriesLogging Application Layer Libs Sentinel Container Microservices |
GroupId | GroupIdcom.alibaba.csp |
ArtifactId | ArtifactIdsentinel-logging |
Version | Version1.8.1 |
Type | Typepom |
Description |
DescriptionThe parent project of Sentinel
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
sentinel-logging-1.8.1.pom | 612 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.alibaba.csp/sentinel-logging/ -->
<dependency>
<groupId>com.alibaba.csp</groupId>
<artifactId>sentinel-logging</artifactId>
<version>1.8.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.csp/sentinel-logging/
implementation 'com.alibaba.csp:sentinel-logging:1.8.1'
// https://jarcasting.com/artifacts/com.alibaba.csp/sentinel-logging/
implementation ("com.alibaba.csp:sentinel-logging:1.8.1")
'com.alibaba.csp:sentinel-logging:pom:1.8.1'
<dependency org="com.alibaba.csp" name="sentinel-logging" rev="1.8.1">
<artifact name="sentinel-logging" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.csp', module='sentinel-logging', version='1.8.1')
)
libraryDependencies += "com.alibaba.csp" % "sentinel-logging" % "1.8.1"
[com.alibaba.csp/sentinel-logging "1.8.1"]