MVN

org.graylog2 : gelfclient

Maven & Gradle

Mar 04, 2021
15 usages

gelfclient · A GELF client library based on Netty 4.

<dependency>
    <groupId>org.graylog2</groupId>
    <artifactId>gelfclient</artifactId>
    <version>1.5.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.graylog2 : gelfclient to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.1

All Versions

Choose a version of org.graylog2 : gelfclient to add to Maven or Gradle - All Versions:

  • Version Updated
  • gelfclient-1.5.1

    Mar 04, 2021
  • gelfclient-1.5.0

    Oct 14, 2019
  • gelfclient-1.4.4

    Nov 13, 2018
  • gelfclient-1.4.3

    Jul 02, 2018
  • gelfclient-1.4.2.1

    Jun 30, 2017
  • gelfclient-1.4.2

    Jun 30, 2017
  • gelfclient-1.4.1

    Oct 22, 2016
  • gelfclient-1.4.0

    May 30, 2016
  • gelfclient-1.3.1

    Jan 12, 2016
  • gelfclient-1.3.0

    Jul 08, 2015
  • gelfclient-1.2.0

    Feb 16, 2015
  • gelfclient-1.1.0

    Jan 19, 2015
  • gelfclient-1.0.0

    Aug 14, 2014

How to add a dependency to Maven

Add the following org.graylog2 : gelfclient maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.graylog2</groupId>
    <artifactId>gelfclient</artifactId>
    <version>1.5.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.graylog2 : gelfclient gradle dependency to your build.gradle file:

implementation 'org.graylog2:gelfclient:1.5.1'

Gradle Kotlin DSL: Add the following org.graylog2 : gelfclient gradle kotlin dependency to your build.gradle.kts file:

implementation("org.graylog2:gelfclient:1.5.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.graylog2 : gelfclient sbt scala dependency to your build.sbt file:

libraryDependencies += "org.graylog2" % "gelfclient" % "1.5.1"