JAXB expression evaluator plugin

JAXB Plugin to generate arbitrary methods into XJC-generated classes that evaluate expressions in any programming language on the instance of the generated target class.

Лицензия

Лицензия

Категории

Категории

Сеть
Группа

Группа

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

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

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

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

1.1.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

JAXB expression evaluator plugin
JAXB Plugin to generate arbitrary methods into XJC-generated classes that evaluate expressions in any programming language on the instance of the generated target class.
Ссылка на сайт

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

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

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

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

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

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

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

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
net.codesup.util : jaxb-plugin-lib jar 1.2.0
org.glassfish.jaxb : jaxb-xjc Необязательный jar 2.2.11
org.glassfish.jaxb : jaxb-runtime Необязательный jar 2.2.11

test (1)

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

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

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

jaxb-expression-plugin

JAXB XJC plugin to create methods that evaluate arbitrary expressions on a generated class instances.

This repository contains both the actual plugin implementation and a separate test suite. The POM in the root of the repository is a reactor project that contains both of the others.

For further information about the plugin, have a look at the plugin README

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

Версия
1.1.1
1.1.0
1.0.0