j

jetty-header-templates

文件下载
文件名 操作
jetty-header-templates-1.0.jar 下载
jetty-header-templates-1.0.pom 下载
jetty-header-templates-1.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.eclipse.jetty.toolchain</groupId>
  <artifactId>jetty-header-templates</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'org.eclipse.jetty.toolchain:jetty-header-templates:1.0'
Gradle Kotlin
implementation("org.eclipse.jetty.toolchain:jetty-header-templates:1.0")
Scala SBT
libraryDependencies += "org.eclipse.jetty.toolchain" % "jetty-header-templates" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.jetty.toolchain', module='jetty-header-templates', version='1.0')
)
Apache Ivy
<dependency org="org.eclipse.jetty.toolchain" name="jetty-header-templates" rev="1.0" />
Leiningen
[org.eclipse.jetty.toolchain/jetty-header-templates "1.0"]
Apache Buildr
'org.eclipse.jetty.toolchain:jetty-header-templates:jar:1.0'