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