is not current version
Last Version 2.8.3

com.mastfrog:embedded-jetty 2.6.7


Categories

Categories

Jetty Container Application Servers
GroupId

GroupId

com.mastfrog
ArtifactId

ArtifactId

embedded-jetty
Version

Version

2.6.7
Type

Type

jar

Download embedded-jetty 2.6.7


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