j

jetty-html

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