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-3.0.0.jar download
xjc-non-null-getter-3.0.0.pom download
xjc-non-null-getter-3.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>ch.dsivd.jaxb-plugins</groupId>
  <artifactId>xjc-non-null-getter</artifactId>
  <version>3.0.0</version>
</dependency>
Gradle Groovy
implementation 'ch.dsivd.jaxb-plugins:xjc-non-null-getter:3.0.0'
Gradle Kotlin
implementation("ch.dsivd.jaxb-plugins:xjc-non-null-getter:3.0.0")
Scala SBT
libraryDependencies += "ch.dsivd.jaxb-plugins" % "xjc-non-null-getter" % "3.0.0"
Groovy Grape
@Grapes(
  @Grab(group='ch.dsivd.jaxb-plugins', module='xjc-non-null-getter', version='3.0.0')
)
Apache Ivy
<dependency org="ch.dsivd.jaxb-plugins" name="xjc-non-null-getter" rev="3.0.0" />
Leiningen
[ch.dsivd.jaxb-plugins/xjc-non-null-getter "3.0.0"]
Apache Buildr
'ch.dsivd.jaxb-plugins:xjc-non-null-getter:jar:3.0.0'