is not current version
Last Version 1.0.1

org.silentsoft:nullify 1.0.0

Nullify for null representations and assertions of objects.

GroupId

GroupId

org.silentsoft
ArtifactId

ArtifactId

nullify
Version

Version

1.0.0
Type

Type

jar

Download nullify 1.0.0


<!-- https://jarcasting.com/artifacts/org.silentsoft/nullify/ -->
<dependency>
    <groupId>org.silentsoft</groupId>
    <artifactId>nullify</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.silentsoft/nullify/
implementation 'org.silentsoft:nullify:1.0.0'
// https://jarcasting.com/artifacts/org.silentsoft/nullify/
implementation ("org.silentsoft:nullify:1.0.0")
'org.silentsoft:nullify:jar:1.0.0'
<dependency org="org.silentsoft" name="nullify" rev="1.0.0">
  <artifact name="nullify" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.silentsoft', module='nullify', version='1.0.0')
)
libraryDependencies += "org.silentsoft" % "nullify" % "1.0.0"
[org.silentsoft/nullify "1.0.0"]