is not current version
Last Version 4.7.1

org.smallmind:web-jetty 4.4.2

Jetty Bootstrapping

Categories

Categories

Jetty Container Application Servers
GroupId

GroupId

org.smallmind
ArtifactId

ArtifactId

web-jetty
Version

Version

4.4.2
Type

Type

jar

Download web-jetty 4.4.2


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