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