j

jetty-html

Files download
File Operation
jetty-html-6.0.2.jar download
Apache Maven
<dependency>
  <groupId>jetty</groupId>
  <artifactId>jetty-html</artifactId>
  <version>6.0.2</version>
</dependency>
Gradle Groovy
implementation 'jetty:jetty-html:6.0.2'
Gradle Kotlin
implementation("jetty:jetty-html:6.0.2")
Scala SBT
libraryDependencies += "jetty" % "jetty-html" % "6.0.2"
Groovy Grape
@Grapes(
  @Grab(group='jetty', module='jetty-html', version='6.0.2')
)
Apache Ivy
<dependency org="jetty" name="jetty-html" rev="6.0.2" />
Leiningen
[jetty/jetty-html "6.0.2"]
Apache Buildr
'jetty:jetty-html:jar:6.0.2'
Dependencies
The project has no third-party dependencies