is not current version
Last Version 3.5.2

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

Apache CXF Maven Plugins

Categories

Categories

Maven Build Tools
GroupId

GroupId

org.apache.cxf
ArtifactId

ArtifactId

cxf-maven-plugins
Version

Version

3.2.13
Type

Type

pom

Download cxf-maven-plugins 3.2.13


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