is not current version
Last Version 3.5.2

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

Apache CXF Maven Plugins

Categories

Categories

Maven Build Tools
GroupId

GroupId

org.apache.cxf
ArtifactId

ArtifactId

cxf-maven-plugins
Version

Version

3.3.10
Type

Type

pom

Download cxf-maven-plugins 3.3.10


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