j

jetty-html

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