c

cxf-maven-plugins

Apache CXF Maven Plugins
https://cxf.apache.org
Files download
File Operation
cxf-maven-plugins-4.0.4.pom download
Apache Maven
<dependency>
  <groupId>org.apache.cxf</groupId>
  <artifactId>cxf-maven-plugins</artifactId>
  <version>4.0.4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.cxf:cxf-maven-plugins:4.0.4'
Gradle Kotlin
implementation("org.apache.cxf:cxf-maven-plugins:4.0.4")
Scala SBT
libraryDependencies += "org.apache.cxf" % "cxf-maven-plugins" % "4.0.4"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.cxf', module='cxf-maven-plugins', version='4.0.4')
)
Apache Ivy
<dependency org="org.apache.cxf" name="cxf-maven-plugins" rev="4.0.4" />
Leiningen
[org.apache.cxf/cxf-maven-plugins "4.0.4"]
Apache Buildr
'org.apache.cxf:cxf-maven-plugins:jar:4.0.4'