| License |
License |
|---|---|
| GroupId | GroupIdorg.apache.cxf |
| ArtifactId | ArtifactIdcxf-rt-core |
| Last Version | Last Version2.7.18 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionApache CXF Runtime Core
Apache CXF Runtime Core
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| cxf-rt-core-2.7.18.pom | |
| cxf-rt-core-2.7.18.jar | 521 KB |
| cxf-rt-core-2.7.18-sources.jar | 371 KB |
| cxf-rt-core-2.7.18-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.7.18</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cxf/cxf-rt-core/
implementation 'org.apache.cxf:cxf-rt-core:2.7.18'
// https://jarcasting.com/artifacts/org.apache.cxf/cxf-rt-core/
implementation ("org.apache.cxf:cxf-rt-core:2.7.18")
'org.apache.cxf:cxf-rt-core:jar:2.7.18'
<dependency org="org.apache.cxf" name="cxf-rt-core" rev="2.7.18">
<artifact name="cxf-rt-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.cxf', module='cxf-rt-core', version='2.7.18')
)
libraryDependencies += "org.apache.cxf" % "cxf-rt-core" % "2.7.18"
[org.apache.cxf/cxf-rt-core "2.7.18"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.cxf : cxf-api | jar | 2.7.18 |
| com.sun.xml.bind : jaxb-impl | jar | 2.1.13 |
| org.apache.ws.xmlschema : xmlschema-core | jar | 2.1.0 |
| org.springframework : spring-core Optional | jar | 3.0.7.RELEASE |
| org.springframework : spring-beans Optional | jar | 3.0.7.RELEASE |
| org.springframework : spring-context Optional | jar | 3.0.7.RELEASE |
| xml-resolver : xml-resolver Optional | jar | 1.2 |
| com.sun.xml.fastinfoset : FastInfoset Optional | jar | 1.2.13 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.aries.blueprint : org.apache.aries.blueprint.core Optional | jar | 1.0.0 |
| org.osgi : org.osgi.core | jar | 4.2.0 |
| org.osgi : org.osgi.compendium | jar | 4.2.0 |
| junit : junit Optional | jar | 4.12 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.easymock : easymock | jar | 3.3 |