не последняя версия
Последняя версия 0.5.0

com.github.wnameless:nullproof 0.3.0

A Java Null-Proof Object Constructor

Группа

Группа

com.github.wnameless
Идентификатор

Идентификатор

nullproof
Версия

Версия

0.3.0
Тип

Тип

jar

Скачать nullproof 0.3.0


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