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