nullproof

A Java Null-Proof Object Constructor

License

License

GroupId

GroupId

com.github.wnameless
ArtifactId

ArtifactId

nullproof
Last Version

Last Version

0.5.0
Release Date

Release Date

Type

Type

jar
Description

Description

nullproof
A Java Null-Proof Object Constructor
Project URL

Project URL

https://github.com/wnameless/nullproof

Download nullproof

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.aspectj : aspectjrt jar 1.7.4
org.javassist : javassist jar 3.18.1-GA
com.google.inject : guice jar 4.0-beta4

test (3)

Group / Artifact Type Version
com.google.guava : guava jar 16.0.1
com.google.guava : guava-testlib jar 16.0.1
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Versions

Version
0.5.0
0.4.2
0.4.1
0.4.0
0.3.2
0.3.1
0.3.0
0.2.0
0.1.0