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