g

geronimo-cxf

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