x

xjc-non-null-getter

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