Categories |
CategoriesLogback Application Layer Libs Logging |
---|---|
GroupId | GroupIdme.moocar |
ArtifactId | ArtifactIdlogback-gelf |
Version | Version0.10p2 |
Type | Typejar |
Filename | Size |
---|---|
logback-gelf-0.10p2.pom | |
logback-gelf-0.10p2.jar | 19 KB |
logback-gelf-0.10p2-sources.jar | 12 KB |
logback-gelf-0.10p2-javadoc.jar | 74 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.moocar/logback-gelf/ -->
<dependency>
<groupId>me.moocar</groupId>
<artifactId>logback-gelf</artifactId>
<version>0.10p2</version>
</dependency>
// https://jarcasting.com/artifacts/me.moocar/logback-gelf/
implementation 'me.moocar:logback-gelf:0.10p2'
// https://jarcasting.com/artifacts/me.moocar/logback-gelf/
implementation ("me.moocar:logback-gelf:0.10p2")
'me.moocar:logback-gelf:jar:0.10p2'
<dependency org="me.moocar" name="logback-gelf" rev="0.10p2">
<artifact name="logback-gelf" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.moocar', module='logback-gelf', version='0.10p2')
)
libraryDependencies += "me.moocar" % "logback-gelf" % "0.10p2"
[me.moocar/logback-gelf "0.10p2"]