Categories |
CategoriesGeronimo Container Application Servers |
---|---|
GroupId | GroupIdorg.apache.geronimo.modules |
ArtifactId | ArtifactIdgeronimo-cxf |
Version | Version2.1.8 |
Type | Typejar |
Filename | Size |
---|---|
geronimo-cxf-2.1.8.pom | |
geronimo-cxf-2.1.8.jar | 44 KB |
geronimo-cxf-2.1.8-sources.jar | 35 KB |
geronimo-cxf-2.1.8-javadoc.jar | 186 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.geronimo.modules/geronimo-cxf/ -->
<dependency>
<groupId>org.apache.geronimo.modules</groupId>
<artifactId>geronimo-cxf</artifactId>
<version>2.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.geronimo.modules/geronimo-cxf/
implementation 'org.apache.geronimo.modules:geronimo-cxf:2.1.8'
// https://jarcasting.com/artifacts/org.apache.geronimo.modules/geronimo-cxf/
implementation ("org.apache.geronimo.modules:geronimo-cxf:2.1.8")
'org.apache.geronimo.modules:geronimo-cxf:jar:2.1.8'
<dependency org="org.apache.geronimo.modules" name="geronimo-cxf" rev="2.1.8">
<artifact name="geronimo-cxf" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.geronimo.modules', module='geronimo-cxf', version='2.1.8')
)
libraryDependencies += "org.apache.geronimo.modules" % "geronimo-cxf" % "2.1.8"
[org.apache.geronimo.modules/geronimo-cxf "2.1.8"]