| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группаnet.codesup.util |
| Идентификатор | Идентификаторjaxb2-rich-contract-plugin |
| Последняя версия | Последняя версия2.1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеJAXB XJC extended contract generation plugin
Provides a number of plugins for the JAXB (Java API for XML binding)
XML-Schema-to-Java compiler (XJC), that enhance the generated source code
with various and configurable aspects, like "fluent builder" patterns,
generating interface contracts from group and attributeGroup declarations,
generating JavaBeans(TM) bound and constrained properties, copy methods and -constructors,
selective object graph copying, meta data generation etc.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/net.codesup.util/jaxb2-rich-contract-plugin/ -->
<dependency>
<groupId>net.codesup.util</groupId>
<artifactId>jaxb2-rich-contract-plugin</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.codesup.util/jaxb2-rich-contract-plugin/
implementation 'net.codesup.util:jaxb2-rich-contract-plugin:2.1.0'
// https://jarcasting.com/artifacts/net.codesup.util/jaxb2-rich-contract-plugin/
implementation ("net.codesup.util:jaxb2-rich-contract-plugin:2.1.0")
'net.codesup.util:jaxb2-rich-contract-plugin:jar:2.1.0'
<dependency org="net.codesup.util" name="jaxb2-rich-contract-plugin" rev="2.1.0">
<artifact name="jaxb2-rich-contract-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.codesup.util', module='jaxb2-rich-contract-plugin', version='2.1.0')
)
libraryDependencies += "net.codesup.util" % "jaxb2-rich-contract-plugin" % "2.1.0"
[net.codesup.util/jaxb2-rich-contract-plugin "2.1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| net.codesup.util : jaxb-plugin-lib | jar | 1.4.0 |
| com.github.davidmoten : word-wrap | jar | 0.1.6 |
| org.glassfish.jaxb : jaxb-xjc Необязательный | jar | 2.3.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |