License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.codesup.util |
ArtifactId | ArtifactIdjaxb2-rich-contract-plugin |
Last Version | Last Version2.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJAXB XJC extended contract generation plugin
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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/net.codesup.util/jaxb2-rich-contract-plugin/ -->
<dependency>
<groupId>net.codesup.util</groupId>
<artifactId>jaxb2-rich-contract-plugin</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.codesup.util/jaxb2-rich-contract-plugin/
implementation 'net.codesup.util:jaxb2-rich-contract-plugin:2.1.0'
// https://jarcasting.com/artifacts/net.codesup.util/jaxb2-rich-contract-plugin/
implementation ("net.codesup.util:jaxb2-rich-contract-plugin:2.1.0")
'net.codesup.util:jaxb2-rich-contract-plugin:jar:2.1.0'
<dependency org="net.codesup.util" name="jaxb2-rich-contract-plugin" rev="2.1.0">
<artifact name="jaxb2-rich-contract-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.codesup.util', module='jaxb2-rich-contract-plugin', version='2.1.0')
)
libraryDependencies += "net.codesup.util" % "jaxb2-rich-contract-plugin" % "2.1.0"
[net.codesup.util/jaxb2-rich-contract-plugin "2.1.0"]
Group / Artifact | Type | Version |
---|---|---|
net.codesup.util : jaxb-plugin-lib | jar | 1.4.0 |
com.github.davidmoten : word-wrap | jar | 0.1.6 |
org.glassfish.jaxb : jaxb-xjc Optional | jar | 2.3.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |