| License | License | 
|---|---|
| Categories | CategoriesLogging Application Layer Libs Sentinel Container Microservices | 
| GroupId | GroupIdcom.alibaba.csp | 
| ArtifactId | ArtifactIdsentinel-logging | 
| Last Version | Last Version1.8.4 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionThe parent project of Sentinel | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| sentinel-logging-1.8.4.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.4</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.alibaba.csp/sentinel-logging/
implementation 'com.alibaba.csp:sentinel-logging:1.8.4'// https://jarcasting.com/artifacts/com.alibaba.csp/sentinel-logging/
implementation ("com.alibaba.csp:sentinel-logging:1.8.4")'com.alibaba.csp:sentinel-logging:pom:1.8.4'<dependency org="com.alibaba.csp" name="sentinel-logging" rev="1.8.4">
  <artifact name="sentinel-logging" type="pom" />
</dependency>@Grapes(
@Grab(group='com.alibaba.csp', module='sentinel-logging', version='1.8.4')
)libraryDependencies += "com.alibaba.csp" % "sentinel-logging" % "1.8.4"[com.alibaba.csp/sentinel-logging "1.8.4"]