is not current version
Last Version 2.5.1

net.codesup.util:jaxb-delegate-plugin 2.4.0

JAXB XJC plugin to generate real business logic methods inside generated classes. The implementation of the methods is done by generating delegation code to a corresponding utility class or an instance delegate.

Categories

Categories

Net
GroupId

GroupId

net.codesup.util
ArtifactId

ArtifactId

jaxb-delegate-plugin
Version

Version

2.4.0
Type

Type

jar

Download jaxb-delegate-plugin 2.4.0


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