c

cxf-rt-transports-http-jetty

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