j

jetty

Embedded wrapper of the "Jetty Servlet Container".
Files download
File Operation
jetty-9.4.19.jar download
jetty-9.4.19.pom download
jetty-9.4.19-sources.jar download
Apache Maven
<dependency>
  <groupId>org.openjax</groupId>
  <artifactId>jetty</artifactId>
  <version>9.4.19</version>
</dependency>
Gradle Groovy
implementation 'org.openjax:jetty:9.4.19'
Gradle Kotlin
implementation("org.openjax:jetty:9.4.19")
Scala SBT
libraryDependencies += "org.openjax" % "jetty" % "9.4.19"
Groovy Grape
@Grapes(
  @Grab(group='org.openjax', module='jetty', version='9.4.19')
)
Apache Ivy
<dependency org="org.openjax" name="jetty" rev="9.4.19" />
Leiningen
[org.openjax/jetty "9.4.19"]
Apache Buildr
'org.openjax:jetty:jar:9.4.19'