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