x

xjc-if-ins

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.
https://jaxb2-commons.dev.java.net/
文件下载
文件名 操作
xjc-if-ins-1.0.jar 下载
xjc-if-ins-1.0.pom 下载
xjc-if-ins-1.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.andromda.thirdparty.jaxb2_commons</groupId>
  <artifactId>xjc-if-ins</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'org.andromda.thirdparty.jaxb2_commons:xjc-if-ins:1.0'
Gradle Kotlin
implementation("org.andromda.thirdparty.jaxb2_commons:xjc-if-ins:1.0")
Scala SBT
libraryDependencies += "org.andromda.thirdparty.jaxb2_commons" % "xjc-if-ins" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.andromda.thirdparty.jaxb2_commons', module='xjc-if-ins', version='1.0')
)
Apache Ivy
<dependency org="org.andromda.thirdparty.jaxb2_commons" name="xjc-if-ins" rev="1.0" />
Leiningen
[org.andromda.thirdparty.jaxb2_commons/xjc-if-ins "1.0"]
Apache Buildr
'org.andromda.thirdparty.jaxb2_commons:xjc-if-ins:jar:1.0'