is not current version
Last Version 2.1.0

net.codesup.util:jaxb2-rich-contract-plugin 1.6.1

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.

Categories

Categories

Net
GroupId

GroupId

net.codesup.util
ArtifactId

ArtifactId

jaxb2-rich-contract-plugin
Version

Version

1.6.1
Type

Type

jar

Download jaxb2-rich-contract-plugin 1.6.1


<!-- https://jarcasting.com/artifacts/net.codesup.util/jaxb2-rich-contract-plugin/ -->
<dependency>
    <groupId>net.codesup.util</groupId>
    <artifactId>jaxb2-rich-contract-plugin</artifactId>
    <version>1.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.codesup.util/jaxb2-rich-contract-plugin/
implementation 'net.codesup.util:jaxb2-rich-contract-plugin:1.6.1'
// https://jarcasting.com/artifacts/net.codesup.util/jaxb2-rich-contract-plugin/
implementation ("net.codesup.util:jaxb2-rich-contract-plugin:1.6.1")
'net.codesup.util:jaxb2-rich-contract-plugin:jar:1.6.1'
<dependency org="net.codesup.util" name="jaxb2-rich-contract-plugin" rev="1.6.1">
  <artifact name="jaxb2-rich-contract-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.codesup.util', module='jaxb2-rich-contract-plugin', version='1.6.1')
)
libraryDependencies += "net.codesup.util" % "jaxb2-rich-contract-plugin" % "1.6.1"
[net.codesup.util/jaxb2-rich-contract-plugin "1.6.1"]