MVN

io.fares.bind.xjc.plugins : jaxb-substitution-plugin

Maven & Gradle

Jan 03, 2022
3 stars

JAXB Substitution XJC Plugin · A XJC plugin to fix eager generation of complicated fields when substitution head elements are referenced. The schema author will have to specifically target either the substitution head or the substitution head reference to enable this plugin.

<dependency>
    <groupId>io.fares.bind.xjc.plugins</groupId>
    <artifactId>jaxb-substitution-plugin</artifactId>
    <version>0.0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.fares.bind.xjc.plugins : jaxb-substitution-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.6

All Versions

Choose a version of io.fares.bind.xjc.plugins : jaxb-substitution-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
jaxb-substitution-plugin-0.0.6
jaxb-substitution-plugin-0.0.5
jaxb-substitution-plugin-0.0.4
jaxb-substitution-plugin-0.0.3
jaxb-substitution-plugin-0.0.2
jaxb-substitution-plugin-0.0.1

How to add a dependency to Maven

Add the following io.fares.bind.xjc.plugins : jaxb-substitution-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.fares.bind.xjc.plugins</groupId>
    <artifactId>jaxb-substitution-plugin</artifactId>
    <version>0.0.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.fares.bind.xjc.plugins : jaxb-substitution-plugin gradle dependency to your build.gradle file:

implementation 'io.fares.bind.xjc.plugins:jaxb-substitution-plugin:0.0.6'

Gradle Kotlin DSL: Add the following io.fares.bind.xjc.plugins : jaxb-substitution-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("io.fares.bind.xjc.plugins:jaxb-substitution-plugin:0.0.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.fares.bind.xjc.plugins : jaxb-substitution-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "io.fares.bind.xjc.plugins" % "jaxb-substitution-plugin" % "0.0.6"