MVN

org.graylog2 : graylog2

Maven & Gradle

Aug 06, 2015
5.9k stars

graylog2-bootstrap · Graylog Single Binary Bootstrapper

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

Latest Version

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

  • Latest Stable: 1.1.6
  • Latest Release Candidate: 1.1.0-rc.3
  • Latest Beta: 1.1.0-beta.3

All Versions

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

Version Vulnerabilities Updated
1.1.x
graylog2-1.1.6
graylog2-1.1.5
graylog2-1.1.4
graylog2-1.1.3
graylog2-1.1.2
graylog2-1.1.1
graylog2-1.1.0
graylog2-1.1.0-rc.3
graylog2-1.1.0-rc.2
graylog2-1.1.0-rc.1
graylog2-1.1.0-beta.3
graylog2-1.1.0-beta.2
graylog2-1.1.0-beta.1
1.0.x
graylog2-1.0.2
graylog2-1.0.1
graylog2-1.0.0
graylog2-1.0.0-rc.4
graylog2-1.0.0-rc.3
graylog2-1.0.0-rc.2
graylog2-1.0.0-rc.1
graylog2-1.0.0-beta.3
graylog2-1.0.0-beta.2

How to add a dependency to Maven

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

<dependency>
    <groupId>org.graylog2</groupId>
    <artifactId>graylog2</artifactId>
    <version>1.1.6</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.graylog2:graylog2:1.1.6'

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

implementation("org.graylog2:graylog2:1.1.6")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.graylog2" % "graylog2" % "1.1.6"

Advertisement