is not current version
Last Version 5.1.10

jetty:stop 5.0.alpha1


Categories

Categories

Jetty Container Application Servers
GroupId

GroupId

jetty
ArtifactId

ArtifactId

stop
Version

Version

5.0.alpha1
Type

Type

jar

Download stop 5.0.alpha1


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