Files download
File Operation
commons-nulls-1.0.4.jar download
commons-nulls-1.0.4.pom download
commons-nulls-1.0.4-sources.jar download
Apache Maven
<dependency>
  <groupId>net.markenwerk</groupId>
  <artifactId>commons-nulls</artifactId>
  <version>1.0.4</version>
</dependency>
Gradle Groovy
implementation 'net.markenwerk:commons-nulls:1.0.4'
Gradle Kotlin
implementation("net.markenwerk:commons-nulls:1.0.4")
Scala SBT
libraryDependencies += "net.markenwerk" % "commons-nulls" % "1.0.4"
Groovy Grape
@Grapes(
  @Grab(group='net.markenwerk', module='commons-nulls', version='1.0.4')
)
Apache Ivy
<dependency org="net.markenwerk" name="commons-nulls" rev="1.0.4" />
Leiningen
[net.markenwerk/commons-nulls "1.0.4"]
Apache Buildr
'net.markenwerk:commons-nulls:jar:1.0.4'
Dependencies