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