Download gelfclient-1.0.0.jar file - Jar g

Jar examples for g:gelfclient

Description

A GELF client library based on Netty 4.

You can download jar file gelfclient 1.0.0 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add gelfclient-1.0.0.jar to your project.

<dependency>
   <groupId>org.graylog2</groupId>
   <artifactId>gelfclient</artifactId>
   <version>1.0.0</version>
</dependency>
compile group: 'org.graylog2', name: 'gelfclient', version: '1.0.0'
libraryDependencies += "org.graylog2" % "gelfclient" % "1.0.0"
<dependency org="org.graylog2" name="gelfclient" rev="1.0.0"/>
@Grapes(@Grab(group='org.graylog2', module='gelfclient', version='1.0.0'))
'org.graylog2:gelfclient:jar:1.0.0'

Download

Click the following link to download the jar file.

gelfclient-1.0.0-javadoc.jar
gelfclient-1.0.0-sources.jar
gelfclient-1.0.0.jar
gelfclient-1.0.0.pom



Related Tutorials