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