is not current version
Last Version 2.8.3

com.mastfrog:embedded-jetty 2.6.6


Categories

Categories

Jetty Container Application Servers
GroupId

GroupId

com.mastfrog
ArtifactId

ArtifactId

embedded-jetty
Version

Version

2.6.6
Type

Type

jar

Download embedded-jetty 2.6.6


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