is not current version
Last Version 1.10

org.realityforge.gelf4j:gelf4j 1.7

GELF4j: Library for sending log messages using the GELF protocol

GroupId

GroupId

org.realityforge.gelf4j
ArtifactId

ArtifactId

gelf4j
Version

Version

1.7
Type

Type

jar

Download gelf4j 1.7


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