is not current version
Last Version 9.4.19

org.openjax:jetty 9.4.18

Embedded wrapper of the "Jetty Servlet Container".

Categories

Categories

Jetty Container Application Servers
GroupId

GroupId

org.openjax
ArtifactId

ArtifactId

jetty
Version

Version

9.4.18
Type

Type

jar

Download jetty 9.4.18


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