JAXB 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.

Лицензия

Лицензия

Категории

Категории

Сеть
Группа

Группа

net.codesup.util
Идентификатор

Идентификатор

jaxb-delegate-plugin
Последняя версия

Последняя версия

2.5.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

JAXB 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.
Ссылка на сайт

Ссылка на сайт

http://github.com/mklemm/jaxb-delegate-plugin
Система контроля версий

Система контроля версий

https://github.com/mklemm/jaxb-delegate-plugin.git

Скачать jaxb-delegate-plugin

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
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

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
2.5.1
2.5.0
2.4.0
2.3.0
2.2.0
2.1.0
2.0.0
1.1.1
1.1.0
1.0.0