MVN

codes.rafael.jaxb-xew-plugin : jaxb-xew-plugin

Maven & Gradle

Nov 29, 2022
0 stars

JAXB @XmlElementWrapper Plugin · This JAXB plugin utilizes the power of @XmlElementWrapper annotation. Originally xjc trends to create wrapper classes which are the containers for collections. This plugin goes through all properties to find ones which can be represented in the model in more optimal way.

<dependency>
    <groupId>codes.rafael.jaxb-xew-plugin</groupId>
    <artifactId>jaxb-xew-plugin</artifactId>
    <version>2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of codes.rafael.jaxb-xew-plugin : jaxb-xew-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0

All Versions

Choose a version of codes.rafael.jaxb-xew-plugin : jaxb-xew-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
jaxb-xew-plugin-2.0.0

How to add a dependency to Maven

Add the following codes.rafael.jaxb-xew-plugin : jaxb-xew-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>codes.rafael.jaxb-xew-plugin</groupId>
    <artifactId>jaxb-xew-plugin</artifactId>
    <version>2.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following codes.rafael.jaxb-xew-plugin : jaxb-xew-plugin gradle dependency to your build.gradle file:

implementation 'codes.rafael.jaxb-xew-plugin:jaxb-xew-plugin:2.0.0'

Gradle Kotlin DSL: Add the following codes.rafael.jaxb-xew-plugin : jaxb-xew-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("codes.rafael.jaxb-xew-plugin:jaxb-xew-plugin:2.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following codes.rafael.jaxb-xew-plugin : jaxb-xew-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "codes.rafael.jaxb-xew-plugin" % "jaxb-xew-plugin" % "2.0.0"

Advertisement