j

jetty-html

文件下载
文件名 操作
jetty-html-6.0.0rc3.jar 下载
Apache Maven
<dependency>
  <groupId>jetty</groupId>
  <artifactId>jetty-html</artifactId>
  <version>6.0.0rc3</version>
</dependency>
Gradle Groovy
implementation 'jetty:jetty-html:6.0.0rc3'
Gradle Kotlin
implementation("jetty:jetty-html:6.0.0rc3")
Scala SBT
libraryDependencies += "jetty" % "jetty-html" % "6.0.0rc3"
Groovy Grape
@Grapes(
  @Grab(group='jetty', module='jetty-html', version='6.0.0rc3')
)
Apache Ivy
<dependency org="jetty" name="jetty-html" rev="6.0.0rc3" />
Leiningen
[jetty/jetty-html "6.0.0rc3"]
Apache Buildr
'jetty:jetty-html:jar:6.0.0rc3'
本项目依赖
该项目无第三方依赖