| Categories |
Categoriesconfig Application Layer Libs Configuration Logback Logging |
|---|---|
| GroupId | GroupIdcn.home1 |
| ArtifactId | ArtifactIdlogback-gelf-config |
| Version | Version3.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| logback-gelf-config-3.0.0.pom | |
| logback-gelf-config-3.0.0.jar | 6 KB |
| logback-gelf-config-3.0.0-sources.jar | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.home1/logback-gelf-config/ -->
<dependency>
<groupId>cn.home1</groupId>
<artifactId>logback-gelf-config</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.home1/logback-gelf-config/
implementation 'cn.home1:logback-gelf-config:3.0.0'
// https://jarcasting.com/artifacts/cn.home1/logback-gelf-config/
implementation ("cn.home1:logback-gelf-config:3.0.0")
'cn.home1:logback-gelf-config:jar:3.0.0'
<dependency org="cn.home1" name="logback-gelf-config" rev="3.0.0">
<artifact name="logback-gelf-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.home1', module='logback-gelf-config', version='3.0.0')
)
libraryDependencies += "cn.home1" % "logback-gelf-config" % "3.0.0"
[cn.home1/logback-gelf-config "3.0.0"]