s

stop

Files download
File Operation
stop-5.0.alpha1.jar download
stop-5.0.alpha1.pom download
Apache Maven
<dependency>
  <groupId>jetty</groupId>
  <artifactId>stop</artifactId>
  <version>5.0.alpha1</version>
</dependency>
Gradle Groovy
implementation 'jetty:stop:5.0.alpha1'
Gradle Kotlin
implementation("jetty:stop:5.0.alpha1")
Scala SBT
libraryDependencies += "jetty" % "stop" % "5.0.alpha1"
Groovy Grape
@Grapes(
  @Grab(group='jetty', module='stop', version='5.0.alpha1')
)
Apache Ivy
<dependency org="jetty" name="stop" rev="5.0.alpha1" />
Leiningen
[jetty/stop "5.0.alpha1"]
Apache Buildr
'jetty:stop:jar:5.0.alpha1'
Dependencies
The project has no third-party dependencies