is not current version
Last Version 1.5.1

org.graylog2:gelfclient 1.3.1

A GELF client library based on Netty 4.

Categories

Categories

CLI User Interface Graylog Application Layer Libs Logging
GroupId

GroupId

org.graylog2
ArtifactId

ArtifactId

gelfclient
Version

Version

1.3.1
Type

Type

jar

Download gelfclient 1.3.1


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