Categories |
CategoriesLogging Application Layer Libs |
---|---|
GroupId | GroupIdcom.comoyo.commons |
ArtifactId | ArtifactIdlogging-context-gelf |
Version | Version1.4.45 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.comoyo.commons/logging-context-gelf/ -->
<dependency>
<groupId>com.comoyo.commons</groupId>
<artifactId>logging-context-gelf</artifactId>
<version>1.4.45</version>
</dependency>
// https://jarcasting.com/artifacts/com.comoyo.commons/logging-context-gelf/
implementation 'com.comoyo.commons:logging-context-gelf:1.4.45'
// https://jarcasting.com/artifacts/com.comoyo.commons/logging-context-gelf/
implementation ("com.comoyo.commons:logging-context-gelf:1.4.45")
'com.comoyo.commons:logging-context-gelf:jar:1.4.45'
<dependency org="com.comoyo.commons" name="logging-context-gelf" rev="1.4.45">
<artifact name="logging-context-gelf" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.comoyo.commons', module='logging-context-gelf', version='1.4.45')
)
libraryDependencies += "com.comoyo.commons" % "logging-context-gelf" % "1.4.45"
[com.comoyo.commons/logging-context-gelf "1.4.45"]