Download nonnullbydefault-2.0.5.jar file - Jar n

Jar examples for n:nonnullbydefault

Description

Annotations to declare nonnullness. Findbugs can check some. Use intellij inspection to get all.

You can download jar file nonnullbydefault 2.0.5 in this page.

License

The BSD 2-Clause License

Build File

You can use the following script to add nonnullbydefault-2.0.5.jar to your project.

<dependency>
   <groupId>de.pfabulist</groupId>
   <artifactId>nonnullbydefault</artifactId>
   <version>2.0.5</version>
</dependency>
compile group: 'de.pfabulist', name: 'nonnullbydefault', version: '2.0.5'
libraryDependencies += "de.pfabulist" % "nonnullbydefault" % "2.0.5"
<dependency org="de.pfabulist" name="nonnullbydefault" rev="2.0.5"/>
@Grapes(@Grab(group='de.pfabulist', module='nonnullbydefault', version='2.0.5'))
'de.pfabulist:nonnullbydefault:jar:2.0.5'

Download

Click the following link to download the jar file.

nonnullbydefault-2.0.5-javadoc.jar
nonnullbydefault-2.0.5-sources.jar
nonnullbydefault-2.0.5.jar
nonnullbydefault-2.0.5.pom



Related Tutorials