is not current version
Last Version 3.5.2

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

Apache CXF Maven Plugins

Categories

Categories

Maven Build Tools
GroupId

GroupId

org.apache.cxf
ArtifactId

ArtifactId

cxf-maven-plugins
Version

Version

3.1.2
Type

Type

pom

Download cxf-maven-plugins 3.1.2


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