jetty: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!

License

License

Apache 2.0
Categories

Categories

Jetty Container Application Servers
GroupId

GroupId

jetty
ArtifactId

ArtifactId

stop
Last Version

Last Version

5.1.10
Release Date

Release Date

Type

Type

jar
Description

Description

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!

Download stop

How to add to project

<!-- https://jarcasting.com/artifacts/jetty/stop/ -->
<dependency>
    <groupId>jetty</groupId>
    <artifactId>stop</artifactId>
    <version>5.1.10</version>
</dependency>
// https://jarcasting.com/artifacts/jetty/stop/
implementation 'jetty:stop:5.1.10'
// https://jarcasting.com/artifacts/jetty/stop/
implementation ("jetty:stop:5.1.10")
'jetty:stop:jar:5.1.10'
<dependency org="jetty" name="stop" rev="5.1.10">
  <artifact name="stop" type="jar" />
</dependency>
@Grapes(
@Grab(group='jetty', module='stop', version='5.1.10')
)
libraryDependencies += "jetty" % "stop" % "5.1.10"
[jetty/stop "5.1.10"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
5.1.10
5.0.alpha1
4.2.27