GroupId | GroupIdorg.apache.cxf |
---|---|
ArtifactId | ArtifactIdcxf-rt-core |
Version | Version2.4.9 |
Type | Typejar |
Filename | Size |
---|---|
cxf-rt-core-2.4.9.pom | |
cxf-rt-core-2.4.9.jar | 522 KB |
cxf-rt-core-2.4.9-sources.jar | 378 KB |
cxf-rt-core-2.4.9-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.cxf/cxf-rt-core/ -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-core</artifactId>
<version>2.4.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cxf/cxf-rt-core/
implementation 'org.apache.cxf:cxf-rt-core:2.4.9'
// https://jarcasting.com/artifacts/org.apache.cxf/cxf-rt-core/
implementation ("org.apache.cxf:cxf-rt-core:2.4.9")
'org.apache.cxf:cxf-rt-core:jar:2.4.9'
<dependency org="org.apache.cxf" name="cxf-rt-core" rev="2.4.9">
<artifact name="cxf-rt-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.cxf', module='cxf-rt-core', version='2.4.9')
)
libraryDependencies += "org.apache.cxf" % "cxf-rt-core" % "2.4.9"
[org.apache.cxf/cxf-rt-core "2.4.9"]