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