jaxb-xew-plugin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.fares.bind.xjc.plugins</groupId> <artifactId>jaxb-xew-plugin</artifactId> <version>2.1.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>io.fares.bind.xjc.plugins</groupId> <artifactId>jaxb-xew-plugin</artifactId> <version>2.1.0</version> <name>JAXB @XmlElementWrapper Plugin</name> <description>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.</description> <url>https://github.com/fares-io/jaxb-xew-plugin</url> <licenses> <license> <name>LGPLv3 License</name> <url>https://www.gnu.org/licenses/lgpl-3.0.html</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <name>Bjarne Hansen</name> <email>bjarne@conspicio.dk</email> <roles> <role>developer</role> </roles> </developer> <developer> <name>Dmitry Katsubo</name> <email>dmitry.katsubo@gmail.com</email> <url>https://www.linkedin.com/in/dkatsubo</url> <roles> <role>developer</role> </roles> </developer> <developer> <name>Niels Bertram</name> <email>niels.bertram@fares.io</email> <url>https://plus.google.com/+NielsBertram</url> <organization>fares.io</organization> <organizationUrl>https://fares.io/</organizationUrl> </developer> </developers> <scm> <connection>scm:git:https://github.com/fares-io/jaxb-xew-plugin.git</connection> <developerConnection>scm:git:https://github.com/fares-io/jaxb-xew-plugin.git</developerConnection> <url>https://github.com/fares-io/jaxb-xew-plugin</url> </scm> <dependencies> <dependency> <groupId>org.jvnet.jaxb</groupId> <artifactId>jaxb-plugins-tools</artifactId> <version>4.0.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.glassfish.jaxb</groupId> <artifactId>jaxb-xjc</artifactId> <version>4.0.4</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <version>3.14.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> <version>1.2.13</version> <scope>compile</scope> </dependency> </dependencies> </project>