is not current version
Last Version 1.14

com.increff.commons:commons-gelf 1.5

This library is useful for logging HTTP requests and responses using the GELF protocol to Graylog and to ELK for monitoring.

GroupId

GroupId

com.increff.commons
ArtifactId

ArtifactId

commons-gelf
Version

Version

1.5
Type

Type

jar

Download commons-gelf 1.5


<!-- https://jarcasting.com/artifacts/com.increff.commons/commons-gelf/ -->
<dependency>
    <groupId>com.increff.commons</groupId>
    <artifactId>commons-gelf</artifactId>
    <version>1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.increff.commons/commons-gelf/
implementation 'com.increff.commons:commons-gelf:1.5'
// https://jarcasting.com/artifacts/com.increff.commons/commons-gelf/
implementation ("com.increff.commons:commons-gelf:1.5")
'com.increff.commons:commons-gelf:jar:1.5'
<dependency org="com.increff.commons" name="commons-gelf" rev="1.5">
  <artifact name="commons-gelf" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.increff.commons', module='commons-gelf', version='1.5')
)
libraryDependencies += "com.increff.commons" % "commons-gelf" % "1.5"
[com.increff.commons/commons-gelf "1.5"]