| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группаorg.jvnet.jaxb2_commons |
| Идентификатор | Идентификаторjaxb2-value-constructor |
| Версия | Версия3.0 |
| Тип | Типjar |
| Описание |
ОписаниеJAXB2 Commons - Value Constructor Plugin
Causes JAXB RI 2 XJC to generate a value constructor, where each embedded element
is included as a constructor parameter. This is usedful when you want to make sure
that you have handled every single possible embedded element. The plugin also
generates a default (no argument) constructor, so existing code runs as expected.
|
| Имя Файла | Размер |
|---|---|
| jaxb2-value-constructor-3.0.pom | |
| jaxb2-value-constructor-3.0.jar | 5 KB |
| jaxb2-value-constructor-3.0-sources.jar | 3 KB |
| jaxb2-value-constructor-3.0-javadoc.jar | 23 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.jvnet.jaxb2_commons/jaxb2-value-constructor/ -->
<dependency>
<groupId>org.jvnet.jaxb2_commons</groupId>
<artifactId>jaxb2-value-constructor</artifactId>
<version>3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jvnet.jaxb2_commons/jaxb2-value-constructor/
implementation 'org.jvnet.jaxb2_commons:jaxb2-value-constructor:3.0'
// https://jarcasting.com/artifacts/org.jvnet.jaxb2_commons/jaxb2-value-constructor/
implementation ("org.jvnet.jaxb2_commons:jaxb2-value-constructor:3.0")
'org.jvnet.jaxb2_commons:jaxb2-value-constructor:jar:3.0'
<dependency org="org.jvnet.jaxb2_commons" name="jaxb2-value-constructor" rev="3.0">
<artifact name="jaxb2-value-constructor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jvnet.jaxb2_commons', module='jaxb2-value-constructor', version='3.0')
)
libraryDependencies += "org.jvnet.jaxb2_commons" % "jaxb2-value-constructor" % "3.0"
[org.jvnet.jaxb2_commons/jaxb2-value-constructor "3.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.sun.xml.bind : jaxb-xjc | jar | 2.1.13 |