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