is not current version
Last Version 1.4.3

com.nikialeksey:nullfree 1.2.0

Null checking library

GroupId

GroupId

com.nikialeksey
ArtifactId

ArtifactId

nullfree
Version

Version

1.2.0
Type

Type

jar

Download nullfree 1.2.0


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