MVN

net.codesup.util : jaxb-rich-contract-plugin-parent

Maven & Gradle

Apr 30, 2024
66 stars

JAXB XJC extended contract generation plugin parent · Provides a number of plugins for the JAXB (Java API for XML binding) XML-Schema-to-Java compiler (XJC), that enhance the generated source code with various and configurable aspects, like "fluent builder" patterns, generating interface contracts from group and attributeGroup declarations, generating JavaBeans(TM) bound and constrained properties, copy methods and -constructors, selective object graph copying, meta data generation etc.

<dependency>
    <groupId>net.codesup.util</groupId>
    <artifactId>jaxb-rich-contract-plugin-parent</artifactId>
    <version>4.2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.codesup.util : jaxb-rich-contract-plugin-parent to add to Maven - Latest Versions:

  • Latest Stable: 4.2.0.0

All Versions

Choose a version of net.codesup.util : jaxb-rich-contract-plugin-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
4.2.x
jaxb-rich-contract-plugin-parent-4.2.0.0
4.1.x
jaxb-rich-contract-plugin-parent-4.1.4.3

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>net.codesup.util</groupId>
    <artifactId>jaxb-rich-contract-plugin-parent</artifactId>
    <version>4.2.0.0</version>
</dependency>

Advertisement