is not current version
Last Version 2.5.1

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

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

1.1.1
Type

Type

jar

Download jaxb-delegate-plugin 1.1.1


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