| Лицензия |
Лицензия
Apache License
|
|---|---|
| Группа | Группаorg.andromda.thirdparty.jaxb2_commons |
| Идентификатор | Идентификаторxjc-if-ins |
| Последняя версия | Последняя версия1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеJAXB2 Interface Insertion Plugin
This plugin inserts implements interface, into the class header of generated classes, according to
customization extensions. This lets you process XML content nodes not only by class but also by interface. This
simplifies the handling of field subsets common to different schema types.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| xjc-if-ins-1.0.pom | |
| xjc-if-ins-1.0.jar | 6 KB |
| xjc-if-ins-1.0-sources.jar | 3 KB |
| xjc-if-ins-1.0-javadoc.jar | 22 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.andromda.thirdparty.jaxb2_commons/xjc-if-ins/ -->
<dependency>
<groupId>org.andromda.thirdparty.jaxb2_commons</groupId>
<artifactId>xjc-if-ins</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.andromda.thirdparty.jaxb2_commons/xjc-if-ins/
implementation 'org.andromda.thirdparty.jaxb2_commons:xjc-if-ins:1.0'
// https://jarcasting.com/artifacts/org.andromda.thirdparty.jaxb2_commons/xjc-if-ins/
implementation ("org.andromda.thirdparty.jaxb2_commons:xjc-if-ins:1.0")
'org.andromda.thirdparty.jaxb2_commons:xjc-if-ins:jar:1.0'
<dependency org="org.andromda.thirdparty.jaxb2_commons" name="xjc-if-ins" rev="1.0">
<artifact name="xjc-if-ins" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.andromda.thirdparty.jaxb2_commons', module='xjc-if-ins', version='1.0')
)
libraryDependencies += "org.andromda.thirdparty.jaxb2_commons" % "xjc-if-ins" % "1.0"
[org.andromda.thirdparty.jaxb2_commons/xjc-if-ins "1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.sun.xml.bind : jaxb-impl | jar | 2.1.10 |
| com.sun.xml.bind : jaxb-xjc | jar | 2.1.10 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 3.8.1 |