is not current version
Last Version 6.0.2

jetty:jetty-html 6.0.0rc3


Categories

Categories

Jetty Container Application Servers
GroupId

GroupId

jetty
ArtifactId

ArtifactId

jetty-html
Version

Version

6.0.0rc3
Type

Type

jar

Download jetty-html 6.0.0rc3


<!-- https://jarcasting.com/artifacts/jetty/jetty-html/ -->
<dependency>
    <groupId>jetty</groupId>
    <artifactId>jetty-html</artifactId>
    <version>6.0.0rc3</version>
</dependency>
// https://jarcasting.com/artifacts/jetty/jetty-html/
implementation 'jetty:jetty-html:6.0.0rc3'
// https://jarcasting.com/artifacts/jetty/jetty-html/
implementation ("jetty:jetty-html:6.0.0rc3")
'jetty:jetty-html:jar:6.0.0rc3'
<dependency org="jetty" name="jetty-html" rev="6.0.0rc3">
  <artifact name="jetty-html" type="jar" />
</dependency>
@Grapes(
@Grab(group='jetty', module='jetty-html', version='6.0.0rc3')
)
libraryDependencies += "jetty" % "jetty-html" % "6.0.0rc3"
[jetty/jetty-html "6.0.0rc3"]