j

jetty-html

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