License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.codesup.util |
ArtifactId | ArtifactIdjaxb-delegate-plugin |
Last Version | Last Version2.5.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJAXB delegate plugin
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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/net.codesup.util/jaxb-delegate-plugin/ -->
<dependency>
<groupId>net.codesup.util</groupId>
<artifactId>jaxb-delegate-plugin</artifactId>
<version>2.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.codesup.util/jaxb-delegate-plugin/
implementation 'net.codesup.util:jaxb-delegate-plugin:2.5.1'
// https://jarcasting.com/artifacts/net.codesup.util/jaxb-delegate-plugin/
implementation ("net.codesup.util:jaxb-delegate-plugin:2.5.1")
'net.codesup.util:jaxb-delegate-plugin:jar:2.5.1'
<dependency org="net.codesup.util" name="jaxb-delegate-plugin" rev="2.5.1">
<artifact name="jaxb-delegate-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.codesup.util', module='jaxb-delegate-plugin', version='2.5.1')
)
libraryDependencies += "net.codesup.util" % "jaxb-delegate-plugin" % "2.5.1"
[net.codesup.util/jaxb-delegate-plugin "2.5.1"]
Group / Artifact | Type | Version |
---|---|---|
net.codesup.util : jaxb-plugin-lib | jar | 1.7.0 |
org.glassfish.jaxb : jaxb-xjc-jdk9 | jar | 2.3.0 |
org.glassfish.jaxb : jaxb-runtime | jar | 2.3.2 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.4.30 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |