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