License |
License
Apache License
|
---|---|
GroupId | GroupIdorg.andromda.thirdparty.jaxb2_commons |
ArtifactId | ArtifactIdxjc-if-ins |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJAXB2 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.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
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 |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
com.sun.xml.bind : jaxb-impl | jar | 2.1.10 |
com.sun.xml.bind : jaxb-xjc | jar | 2.1.10 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |