is not current version
Last Version 1.10

org.realityforge.gelf4j:gelf4j 1.8

GELF4j: Library for sending log messages using the GELF protocol

GroupId

GroupId

org.realityforge.gelf4j
ArtifactId

ArtifactId

gelf4j
Version

Version

1.8
Type

Type

jar

Download gelf4j 1.8


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