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