x

xjc-non-null-getter

JAXB2 Plugin that adds non-null getters
http:/dsivd.ch
The Apache License, Version 2.0
Jean-Eric Cuendet
Files download
File Operation
xjc-non-null-getter-2.0.3.jar download
xjc-non-null-getter-2.0.3.pom download
xjc-non-null-getter-2.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>ch.dsivd.jaxb-plugins</groupId>
  <artifactId>xjc-non-null-getter</artifactId>
  <version>2.0.3</version>
</dependency>
Gradle Groovy
implementation 'ch.dsivd.jaxb-plugins:xjc-non-null-getter:2.0.3'
Gradle Kotlin
implementation("ch.dsivd.jaxb-plugins:xjc-non-null-getter:2.0.3")
Scala SBT
libraryDependencies += "ch.dsivd.jaxb-plugins" % "xjc-non-null-getter" % "2.0.3"
Groovy Grape
@Grapes(
  @Grab(group='ch.dsivd.jaxb-plugins', module='xjc-non-null-getter', version='2.0.3')
)
Apache Ivy
<dependency org="ch.dsivd.jaxb-plugins" name="xjc-non-null-getter" rev="2.0.3" />
Leiningen
[ch.dsivd.jaxb-plugins/xjc-non-null-getter "2.0.3"]
Apache Buildr
'ch.dsivd.jaxb-plugins:xjc-non-null-getter:jar:2.0.3'