MVN

org.apache.cxf.xjcplugins : cxf-xjc-pl

Maven & Gradle

May 27, 2022
18 stars

Apache CXF XJC Property Listener Plugin

<dependency>
    <groupId>org.apache.cxf.xjcplugins</groupId>
    <artifactId>cxf-xjc-pl</artifactId>
    <version>4.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.cxf.xjcplugins : cxf-xjc-pl to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.0

All Versions

Choose a version of org.apache.cxf.xjcplugins : cxf-xjc-pl to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
cxf-xjc-pl-4.0.0
3.3.x
cxf-xjc-pl-3.3.2
cxf-xjc-pl-3.3.1
cxf-xjc-pl-3.3.0
3.2.x
cxf-xjc-pl-3.2.3
cxf-xjc-pl-3.2.2
cxf-xjc-pl-3.2.1
cxf-xjc-pl-3.2.0
3.1.x
cxf-xjc-pl-3.1.0
3.0.x
cxf-xjc-pl-3.0.5
cxf-xjc-pl-3.0.4
cxf-xjc-pl-3.0.3
cxf-xjc-pl-3.0.2
cxf-xjc-pl-3.0.1
cxf-xjc-pl-3.0.0
2.7.x
cxf-xjc-pl-2.7.0
2.6.x
cxf-xjc-pl-2.6.2
cxf-xjc-pl-2.6.1
cxf-xjc-pl-2.6.0
2.4.x
cxf-xjc-pl-2.4.0
2.3.x
cxf-xjc-pl-2.3.2
cxf-xjc-pl-2.3.0

How to add a dependency to Maven

Add the following org.apache.cxf.xjcplugins : cxf-xjc-pl maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.cxf.xjcplugins</groupId>
    <artifactId>cxf-xjc-pl</artifactId>
    <version>4.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.cxf.xjcplugins : cxf-xjc-pl gradle dependency to your build.gradle file:

implementation 'org.apache.cxf.xjcplugins:cxf-xjc-pl:4.0.0'

Gradle Kotlin DSL: Add the following org.apache.cxf.xjcplugins : cxf-xjc-pl gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.cxf.xjcplugins:cxf-xjc-pl:4.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.cxf.xjcplugins : cxf-xjc-pl sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.cxf.xjcplugins" % "cxf-xjc-pl" % "4.0.0"