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