GroupId | GroupIdorg.apache.servicemix.cxf |
---|---|
ArtifactId | ArtifactIdcxf |
Version | Version4.5.2 |
Type | Typepom |
Filename | Size |
---|---|
cxf-4.5.2.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.servicemix.cxf/cxf/ -->
<dependency>
<groupId>org.apache.servicemix.cxf</groupId>
<artifactId>cxf</artifactId>
<version>4.5.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicemix.cxf/cxf/
implementation 'org.apache.servicemix.cxf:cxf:4.5.2'
// https://jarcasting.com/artifacts/org.apache.servicemix.cxf/cxf/
implementation ("org.apache.servicemix.cxf:cxf:4.5.2")
'org.apache.servicemix.cxf:cxf:pom:4.5.2'
<dependency org="org.apache.servicemix.cxf" name="cxf" rev="4.5.2">
<artifact name="cxf" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicemix.cxf', module='cxf', version='4.5.2')
)
libraryDependencies += "org.apache.servicemix.cxf" % "cxf" % "4.5.2"
[org.apache.servicemix.cxf/cxf "4.5.2"]