License |
License |
---|---|
Categories |
Categorieshate Data Data Formats Hypermedia Types |
GroupId | GroupIdpro.tyshchenko |
ArtifactId | ArtifactIdnullhater |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionNull wrapper
This library is for those who hate null reference in java and java code
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
nullhater-1.0.0.pom | |
nullhater-1.0.0.jar | 2 KB |
nullhater-1.0.0-sources.jar | 3 KB |
nullhater-1.0.0-javadoc.jar | 118 KB |
Browse |
<!-- https://jarcasting.com/artifacts/pro.tyshchenko/nullhater/ -->
<dependency>
<groupId>pro.tyshchenko</groupId>
<artifactId>nullhater</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/pro.tyshchenko/nullhater/
implementation 'pro.tyshchenko:nullhater:1.0.0'
// https://jarcasting.com/artifacts/pro.tyshchenko/nullhater/
implementation ("pro.tyshchenko:nullhater:1.0.0")
'pro.tyshchenko:nullhater:jar:1.0.0'
<dependency org="pro.tyshchenko" name="nullhater" rev="1.0.0">
<artifact name="nullhater" type="jar" />
</dependency>
@Grapes(
@Grab(group='pro.tyshchenko', module='nullhater', version='1.0.0')
)
libraryDependencies += "pro.tyshchenko" % "nullhater" % "1.0.0"
[pro.tyshchenko/nullhater "1.0.0"]