is not current version
Last Version 7.0.0.pre5

org.mortbay.jetty:jetty-html 6.1.2rc4


Categories

Categories

Jetty Container Application Servers
GroupId

GroupId

org.mortbay.jetty
ArtifactId

ArtifactId

jetty-html
Version

Version

6.1.2rc4
Type

Type

jar

Download jetty-html 6.1.2rc4


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