| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группа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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |