MVN

com.netflix.exhibitor : exhibitor-standalone

Maven & Gradle

Dec 05, 2015
1.6k stars

exhibitor-standalone · exhibitor-standalone

<dependency>
    <groupId>com.netflix.exhibitor</groupId>
    <artifactId>exhibitor-standalone</artifactId>
    <version>1.5.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.netflix.exhibitor : exhibitor-standalone to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.6
  • Latest Release Candidate: 1.5.6-rc.1
  • Latest Beta: 1.0.0-beta7

All Versions

Choose a version of com.netflix.exhibitor : exhibitor-standalone to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
exhibitor-standalone-1.5.6
exhibitor-standalone-1.5.6-rc.1
exhibitor-standalone-1.5.5
exhibitor-standalone-1.5.4
exhibitor-standalone-1.5.3
exhibitor-standalone-1.5.2
exhibitor-standalone-1.5.1
exhibitor-standalone-1.5.0
1.4.x
exhibitor-standalone-1.4.10
exhibitor-standalone-1.4.9
exhibitor-standalone-1.4.8
exhibitor-standalone-1.4.7
exhibitor-standalone-1.4.6
exhibitor-standalone-1.4.5
exhibitor-standalone-1.4.4
exhibitor-standalone-1.4.3
exhibitor-standalone-1.4.2
exhibitor-standalone-1.4.0
1.2.x
exhibitor-standalone-1.2.5
exhibitor-standalone-1.2.3
exhibitor-standalone-1.2.2
exhibitor-standalone-1.2.1
exhibitor-standalone-1.2.0
1.1.x
exhibitor-standalone-1.1.0
1.0.x
exhibitor-standalone-1.0.14
exhibitor-standalone-1.0.13
exhibitor-standalone-1.0.11
exhibitor-standalone-1.0.10
exhibitor-standalone-1.0.9
exhibitor-standalone-1.0.8
exhibitor-standalone-1.0.7
exhibitor-standalone-1.0.6
exhibitor-standalone-1.0.0
exhibitor-standalone-1.0.0-beta7
exhibitor-standalone-1.0.0-beta1

How to add a dependency to Maven

Add the following com.netflix.exhibitor : exhibitor-standalone maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.netflix.exhibitor</groupId>
    <artifactId>exhibitor-standalone</artifactId>
    <version>1.5.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.netflix.exhibitor : exhibitor-standalone gradle dependency to your build.gradle file:

implementation 'com.netflix.exhibitor:exhibitor-standalone:1.5.6'

Gradle Kotlin DSL: Add the following com.netflix.exhibitor : exhibitor-standalone gradle kotlin dependency to your build.gradle.kts file:

implementation("com.netflix.exhibitor:exhibitor-standalone:1.5.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.netflix.exhibitor : exhibitor-standalone sbt scala dependency to your build.sbt file:

libraryDependencies += "com.netflix.exhibitor" % "exhibitor-standalone" % "1.5.6"

Advertisement