MVN

net.sourceforge.ccxjc : cc-xjc-plugin

Maven & Gradle

Mar 02, 2012
4 usages

CC-XJC Plugin · JAXB 2.0 Schema to Java compiler plugin for adding a copy constructor to schema derived classes.

<dependency>
    <groupId>net.sourceforge.ccxjc</groupId>
    <artifactId>cc-xjc-plugin</artifactId>
    <version>2.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sourceforge.ccxjc : cc-xjc-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.1
  • Latest Beta: 1.0-beta-14

All Versions

Choose a version of net.sourceforge.ccxjc : cc-xjc-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
cc-xjc-plugin-2.0.1
2.0
cc-xjc-plugin-2.0
1.5
cc-xjc-plugin-1.5
1.4
cc-xjc-plugin-1.4
1.3
cc-xjc-plugin-1.3
1.2
cc-xjc-plugin-1.2
1.1
cc-xjc-plugin-1.1
1.0.x
cc-xjc-plugin-1.0.1
1.0
cc-xjc-plugin-1.0
cc-xjc-plugin-1.0-beta-14
cc-xjc-plugin-1.0-beta-13
cc-xjc-plugin-1.0-beta-12
cc-xjc-plugin-1.0-beta-11
cc-xjc-plugin-1.0-beta-10
cc-xjc-plugin-1.0-beta-9
cc-xjc-plugin-1.0-beta-8
cc-xjc-plugin-1.0-beta-7
cc-xjc-plugin-1.0-beta-6
cc-xjc-plugin-1.0-beta-5
cc-xjc-plugin-1.0-beta-4
cc-xjc-plugin-1.0-beta-3
cc-xjc-plugin-1.0-beta-2
cc-xjc-plugin-1.0-beta-1

How to add a dependency to Maven

Add the following net.sourceforge.ccxjc : cc-xjc-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sourceforge.ccxjc</groupId>
    <artifactId>cc-xjc-plugin</artifactId>
    <version>2.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sourceforge.ccxjc : cc-xjc-plugin gradle dependency to your build.gradle file:

implementation 'net.sourceforge.ccxjc:cc-xjc-plugin:2.0.1'

Gradle Kotlin DSL: Add the following net.sourceforge.ccxjc : cc-xjc-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sourceforge.ccxjc:cc-xjc-plugin:2.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sourceforge.ccxjc : cc-xjc-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sourceforge.ccxjc" % "cc-xjc-plugin" % "2.0.1"

Advertisement