MVN

org.graylog2 : graylog2-rest-routes

Maven & Gradle

Mar 16, 2016
3 usages
5.9k stars
<dependency>
    <groupId>org.graylog2</groupId>
    <artifactId>graylog2-rest-routes</artifactId>
    <version>1.3.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.3.4
  • Latest Release Candidate: 1.2.0-rc.4
  • Latest Beta: 1.3.0-beta.2

All Versions

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

Version Vulnerabilities Updated
1.3.x
graylog2-rest-routes-1.3.4
CVE-2020-15813
graylog2-rest-routes-1.3.3
CVE-2020-15813
graylog2-rest-routes-1.3.2
CVE-2020-15813
graylog2-rest-routes-1.3.1
CVE-2020-15813
graylog2-rest-routes-1.3.0
CVE-2020-15813
graylog2-rest-routes-1.3.0-beta.2
CVE-2020-15813
graylog2-rest-routes-1.3.0-beta.1
CVE-2020-15813
1.2.x
graylog2-rest-routes-1.2.2
CVE-2020-15813
graylog2-rest-routes-1.2.1
CVE-2020-15813
graylog2-rest-routes-1.2.0
CVE-2020-15813
graylog2-rest-routes-1.2.0-rc.4
CVE-2020-15813
graylog2-rest-routes-1.2.0-rc.3
CVE-2020-15813
graylog2-rest-routes-1.2.0-rc.2
CVE-2020-15813
graylog2-rest-routes-1.2.0-rc.1
CVE-2020-15813
1.1.x
graylog2-rest-routes-1.1.6
CVE-2020-15813
graylog2-rest-routes-1.1.5
CVE-2020-15813
graylog2-rest-routes-1.1.4
CVE-2020-15813
graylog2-rest-routes-1.1.3
CVE-2020-15813
graylog2-rest-routes-1.1.2
CVE-2020-15813
graylog2-rest-routes-1.1.1
CVE-2020-15813
graylog2-rest-routes-1.1.0
CVE-2020-15813
graylog2-rest-routes-1.1.0-rc.3
CVE-2020-15813
graylog2-rest-routes-1.1.0-rc.2
CVE-2020-15813
graylog2-rest-routes-1.1.0-rc.1
CVE-2020-15813
graylog2-rest-routes-1.1.0-beta.3
CVE-2020-15813
graylog2-rest-routes-1.1.0-beta.2
CVE-2020-15813
graylog2-rest-routes-1.1.0-beta.1
CVE-2020-15813
1.0.x
graylog2-rest-routes-1.0.2
CVE-2020-15813
graylog2-rest-routes-1.0.1
CVE-2020-15813
graylog2-rest-routes-1.0.0
CVE-2020-15813
graylog2-rest-routes-1.0.0-rc.4
CVE-2020-15813
graylog2-rest-routes-1.0.0-rc.3
CVE-2020-15813
graylog2-rest-routes-1.0.0-rc.2
CVE-2020-15813
graylog2-rest-routes-1.0.0-rc.1
CVE-2020-15813
graylog2-rest-routes-1.0.0-beta.3
CVE-2020-15813
graylog2-rest-routes-1.0.0-beta.2
CVE-2020-15813
graylog2-rest-routes-1.0.0-beta.1
CVE-2020-15813
0.92.x
graylog2-rest-routes-0.92.4
CVE-2020-15813
graylog2-rest-routes-0.92.3
CVE-2020-15813
graylog2-rest-routes-0.92.2
CVE-2020-15813
graylog2-rest-routes-0.92.1
CVE-2020-15813
graylog2-rest-routes-0.92.1-rc.1
CVE-2020-15813
graylog2-rest-routes-0.92.0
CVE-2020-15813
graylog2-rest-routes-0.92.0-rc.1
CVE-2020-15813
graylog2-rest-routes-0.92.0-beta.1
CVE-2020-15813
0.91.x
graylog2-rest-routes-0.91.3
CVE-2020-15813
graylog2-rest-routes-0.91.1
CVE-2020-15813
graylog2-rest-routes-0.91.0-rc.1
CVE-2020-15813
0.90.x
graylog2-rest-routes-0.90.3
CVE-2020-15813
graylog2-rest-routes-0.90.1
CVE-2020-15813
graylog2-rest-routes-0.90.0
CVE-2020-15813
0.21.x
graylog2-rest-routes-0.21.0-rc.1
CVE-2020-15813
graylog2-rest-routes-0.21.0-beta4
CVE-2020-15813
graylog2-rest-routes-0.21.0-beta3
CVE-2020-15813
graylog2-rest-routes-0.21.0-beta2
CVE-2020-15813

How to add a dependency to Maven

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

<dependency>
    <groupId>org.graylog2</groupId>
    <artifactId>graylog2-rest-routes</artifactId>
    <version>1.3.4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.graylog2:graylog2-rest-routes:1.3.4'

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

implementation("org.graylog2:graylog2-rest-routes:1.3.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.graylog2" % "graylog2-rest-routes" % "1.3.4"

Advertisement