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