MVN

jetty : stop

Maven & Gradle

Oct 25, 2007
<dependency>
    <groupId>jetty</groupId>
    <artifactId>stop</artifactId>
    <version>4.2.27</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of jetty : stop to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.2.27
  • Latest Alpha: 5.0.alpha1

All Versions

Choose a version of jetty : stop to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.1.x
stop-5.1.10
5.0.x
stop-5.0.alpha1
4.2.x
stop-4.2.27

How to add a dependency to Maven

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

<dependency>
    <groupId>jetty</groupId>
    <artifactId>stop</artifactId>
    <version>4.2.27</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following jetty : stop gradle dependency to your build.gradle file:

implementation 'jetty:stop:4.2.27'

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

implementation("jetty:stop:4.2.27")

How to add a dependency to SBT Scala

SBT Scala: Add the following jetty : stop sbt scala dependency to your build.sbt file:

libraryDependencies += "jetty" % "stop" % "4.2.27"

Advertisement

Dependencies from Group

Dec 31, 2006
78 usages
Oct 25, 2007
59 usages
Dec 01, 2006
7 usages
Sep 20, 2005
7 usages
Sep 20, 2005
7 usages

Discover Dependencies