MVN

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

Maven & Gradle

May 27, 2022
17 stars

Apache CXF XJC WSDL Extension Plugin

<dependency>
    <groupId>org.apache.cxf.xjcplugins</groupId>
    <artifactId>cxf-xjc-wsdlextension</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-wsdlextension 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-wsdlextension to add to Maven or Gradle - All Versions:

  • Version Updated
  • cxf-xjc-wsdlextension-4.0.0

    May 27, 2022
  • cxf-xjc-wsdlextension-3.3.2

    May 20, 2022
  • cxf-xjc-wsdlextension-3.3.1

    Jan 10, 2020
  • cxf-xjc-wsdlextension-3.3.0

    Jan 24, 2019
  • cxf-xjc-wsdlextension-3.2.3

    Oct 24, 2018
  • cxf-xjc-wsdlextension-3.2.2

    Jun 18, 2018
  • cxf-xjc-wsdlextension-3.2.1

    Feb 02, 2018
  • cxf-xjc-wsdlextension-3.2.0

    Aug 17, 2017
  • cxf-xjc-wsdlextension-3.1.0

    Dec 15, 2016
  • cxf-xjc-wsdlextension-3.0.5

    Sep 01, 2015
  • cxf-xjc-wsdlextension-3.0.4

    Jul 09, 2015
  • cxf-xjc-wsdlextension-3.0.3

    Nov 14, 2014
  • cxf-xjc-wsdlextension-3.0.2

    Sep 19, 2014
  • cxf-xjc-wsdlextension-3.0.1

    Jul 02, 2014
  • cxf-xjc-wsdlextension-3.0.0

    May 30, 2014
  • cxf-xjc-wsdlextension-2.7.0

    Nov 20, 2013
  • cxf-xjc-wsdlextension-2.6.2

    Jul 16, 2013
  • cxf-xjc-wsdlextension-2.6.1

    Nov 28, 2012
  • cxf-xjc-wsdlextension-2.6.0

    Mar 30, 2012
  • cxf-xjc-wsdlextension-2.4.0

    Aug 04, 2011
  • cxf-xjc-wsdlextension-2.3.2

    Jan 18, 2011
  • cxf-xjc-wsdlextension-2.3.0

    Oct 07, 2010

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.cxf.xjcplugins</groupId>
    <artifactId>cxf-xjc-wsdlextension</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-wsdlextension gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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