j

jetty-integrations

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