Categories |
CategoriesJetty Container Application Servers |
---|---|
GroupId | GroupIdjetty |
ArtifactId | ArtifactIdjetty-html |
Last Version | Last Version6.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
jetty-html-6.0.2.pom | |
jetty-html-6.0.2.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/jetty/jetty-html/ -->
<dependency>
<groupId>jetty</groupId>
<artifactId>jetty-html</artifactId>
<version>6.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/jetty/jetty-html/
implementation 'jetty:jetty-html:6.0.2'
// https://jarcasting.com/artifacts/jetty/jetty-html/
implementation ("jetty:jetty-html:6.0.2")
'jetty:jetty-html:jar:6.0.2'
<dependency org="jetty" name="jetty-html" rev="6.0.2">
<artifact name="jetty-html" type="jar" />
</dependency>
@Grapes(
@Grab(group='jetty', module='jetty-html', version='6.0.2')
)
libraryDependencies += "jetty" % "jetty-html" % "6.0.2"
[jetty/jetty-html "6.0.2"]