License |
License |
---|---|
GroupId | GroupIdcom.github.wnameless |
ArtifactId | ArtifactIdnullproof |
Last Version | Last Version0.5.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionnullproof
A Java Null-Proof Object Constructor
|
Project URL |
Project URL |
Filename | Size |
---|---|
nullproof-0.5.0.pom | |
nullproof-0.5.0.jar | 25 KB |
nullproof-0.5.0-sources.jar | 8 KB |
nullproof-0.5.0-javadoc.jar | 61 KB |
Browse |
<!-- 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"]
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 |
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 |