is not current version
Last Version 3.5.2

org.apache.cxf:cxf-maven-plugins 2.5.11

Apache CXF Maven Plugins

Categories

Categories

Maven Build Tools
GroupId

GroupId

org.apache.cxf
ArtifactId

ArtifactId

cxf-maven-plugins
Version

Version

2.5.11
Type

Type

pom

Download cxf-maven-plugins 2.5.11


<!-- https://jarcasting.com/artifacts/org.apache.cxf/cxf-maven-plugins/ -->
<dependency>
    <groupId>org.apache.cxf</groupId>
    <artifactId>cxf-maven-plugins</artifactId>
    <version>2.5.11</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cxf/cxf-maven-plugins/
implementation 'org.apache.cxf:cxf-maven-plugins:2.5.11'
// https://jarcasting.com/artifacts/org.apache.cxf/cxf-maven-plugins/
implementation ("org.apache.cxf:cxf-maven-plugins:2.5.11")
'org.apache.cxf:cxf-maven-plugins:pom:2.5.11'
<dependency org="org.apache.cxf" name="cxf-maven-plugins" rev="2.5.11">
  <artifact name="cxf-maven-plugins" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.cxf', module='cxf-maven-plugins', version='2.5.11')
)
libraryDependencies += "org.apache.cxf" % "cxf-maven-plugins" % "2.5.11"
[org.apache.cxf/cxf-maven-plugins "2.5.11"]