GroupId | GroupIdorg.apache.cxf |
---|---|
ArtifactId | ArtifactIdcxf-rt-core |
Version | Version2.5.4 |
Type | Typejar |
Filename | Size |
---|---|
cxf-rt-core-2.5.4.pom | |
cxf-rt-core-2.5.4.jar | 545 KB |
cxf-rt-core-2.5.4-sources.jar | 389 KB |
cxf-rt-core-2.5.4-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.5.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cxf/cxf-rt-core/
implementation 'org.apache.cxf:cxf-rt-core:2.5.4'
// https://jarcasting.com/artifacts/org.apache.cxf/cxf-rt-core/
implementation ("org.apache.cxf:cxf-rt-core:2.5.4")
'org.apache.cxf:cxf-rt-core:jar:2.5.4'
<dependency org="org.apache.cxf" name="cxf-rt-core" rev="2.5.4">
<artifact name="cxf-rt-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.cxf', module='cxf-rt-core', version='2.5.4')
)
libraryDependencies += "org.apache.cxf" % "cxf-rt-core" % "2.5.4"
[org.apache.cxf/cxf-rt-core "2.5.4"]