is not current version
Last Version 1.10

org.realityforge.gelf4j:gelf4j 1.9

GELF4j: Library for sending log messages using the GELF protocol

GroupId

GroupId

org.realityforge.gelf4j
ArtifactId

ArtifactId

gelf4j
Version

Version

1.9
Type

Type

jar

Download gelf4j 1.9


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