Categories |
CategoriesJetty Container Application Servers |
---|---|
GroupId | GroupIdorg.mortbay.jetty |
ArtifactId | ArtifactIdjetty-html |
Version | Version7.0.0pre2 |
Type | Typejar |
Filename | Size |
---|---|
jetty-html-7.0.0pre2.pom | |
jetty-html-7.0.0pre2.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mortbay.jetty/jetty-html/ -->
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-html</artifactId>
<version>7.0.0pre2</version>
</dependency>
// https://jarcasting.com/artifacts/org.mortbay.jetty/jetty-html/
implementation 'org.mortbay.jetty:jetty-html:7.0.0pre2'
// https://jarcasting.com/artifacts/org.mortbay.jetty/jetty-html/
implementation ("org.mortbay.jetty:jetty-html:7.0.0pre2")
'org.mortbay.jetty:jetty-html:jar:7.0.0pre2'
<dependency org="org.mortbay.jetty" name="jetty-html" rev="7.0.0pre2">
<artifact name="jetty-html" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mortbay.jetty', module='jetty-html', version='7.0.0pre2')
)
libraryDependencies += "org.mortbay.jetty" % "jetty-html" % "7.0.0pre2"
[org.mortbay.jetty/jetty-html "7.0.0pre2"]