s

stop

Jetty is an open-source, standards-based, full-featured web server implemented entirely in Java. It is released under the Apache 2.0 licence and is therefore free for commercial use and distribution. First created in 1995, Jetty has benefitted from input from a vast user community and consistent and focused development by a stable core of lead developers. There are many more examples of Jetty in action on the Jetty Powered Page that has selections from among the tens of thousands of production Jetty instances. However, as Jetty aims to be as unobtrusive as possible, countless websites and products are based around Jetty, but Jetty is invisible!
http://jetty.mortbay.org/
Apache 2.0
文件下载
文件名 操作
stop-4.2.27.jar 下载
stop-4.2.27.pom 下载
stop-4.2.27-sources.jar 下载
Apache Maven
<dependency>
  <groupId>jetty</groupId>
  <artifactId>stop</artifactId>
  <version>4.2.27</version>
</dependency>
Gradle Groovy
implementation 'jetty:stop:4.2.27'
Gradle Kotlin
implementation("jetty:stop:4.2.27")
Scala SBT
libraryDependencies += "jetty" % "stop" % "4.2.27"
Groovy Grape
@Grapes(
  @Grab(group='jetty', module='stop', version='4.2.27')
)
Apache Ivy
<dependency org="jetty" name="stop" rev="4.2.27" />
Leiningen
[jetty/stop "4.2.27"]
Apache Buildr
'jetty:stop:jar:4.2.27'
本项目依赖
该项目无第三方依赖