g

geronimo-cxf

Files download
File Operation
geronimo-cxf-2.1.2.jar download
geronimo-cxf-2.1.2.pom download
Apache Maven
<dependency>
  <groupId>org.apache.geronimo.modules</groupId>
  <artifactId>geronimo-cxf</artifactId>
  <version>2.1.2</version>
</dependency>
Gradle Groovy
implementation 'org.apache.geronimo.modules:geronimo-cxf:2.1.2'
Gradle Kotlin
implementation("org.apache.geronimo.modules:geronimo-cxf:2.1.2")
Scala SBT
libraryDependencies += "org.apache.geronimo.modules" % "geronimo-cxf" % "2.1.2"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.geronimo.modules', module='geronimo-cxf', version='2.1.2')
)
Apache Ivy
<dependency org="org.apache.geronimo.modules" name="geronimo-cxf" rev="2.1.2" />
Leiningen
[org.apache.geronimo.modules/geronimo-cxf "2.1.2"]
Apache Buildr
'org.apache.geronimo.modules:geronimo-cxf:jar:2.1.2'