MVN

org.mortbay.jetty.orchestrator : jetty-cluster-orchestrator

Maven & Gradle

Jul 12, 2023
2 stars

Jetty :: JVM Cluster Orchestrator · The Jetty Cluster Orchestrator library

<dependency>
    <groupId>org.mortbay.jetty.orchestrator</groupId>
    <artifactId>jetty-cluster-orchestrator</artifactId>
    <version>1.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mortbay.jetty.orchestrator : jetty-cluster-orchestrator to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.0

All Versions

Choose a version of org.mortbay.jetty.orchestrator : jetty-cluster-orchestrator to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
jetty-cluster-orchestrator-1.1.0
1.0.x
jetty-cluster-orchestrator-1.0.4
jetty-cluster-orchestrator-1.0.3
jetty-cluster-orchestrator-1.0.2
jetty-cluster-orchestrator-1.0.1

How to add a dependency to Maven

Add the following org.mortbay.jetty.orchestrator : jetty-cluster-orchestrator maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.mortbay.jetty.orchestrator</groupId>
    <artifactId>jetty-cluster-orchestrator</artifactId>
    <version>1.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.mortbay.jetty.orchestrator : jetty-cluster-orchestrator gradle dependency to your build.gradle file:

implementation 'org.mortbay.jetty.orchestrator:jetty-cluster-orchestrator:1.1.0'

Gradle Kotlin DSL: Add the following org.mortbay.jetty.orchestrator : jetty-cluster-orchestrator gradle kotlin dependency to your build.gradle.kts file:

implementation("org.mortbay.jetty.orchestrator:jetty-cluster-orchestrator:1.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.mortbay.jetty.orchestrator : jetty-cluster-orchestrator sbt scala dependency to your build.sbt file:

libraryDependencies += "org.mortbay.jetty.orchestrator" % "jetty-cluster-orchestrator" % "1.1.0"

Advertisement