| License |
License |
|---|---|
| GroupId | GroupIdde.pfabulist |
| ArtifactId | ArtifactIdnonnullbydefault |
| Last Version | Last Version2.0.5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionnonnullbydefault
Annotations to declare nonnullness. Findbugs can check that.
|
| Filename | Size |
|---|---|
| nonnullbydefault-2.0.5.pom | |
| nonnullbydefault-2.0.5.jar | 3 KB |
| nonnullbydefault-2.0.5-sources.jar | 3 KB |
| nonnullbydefault-2.0.5-javadoc.jar | 26 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.pfabulist/nonnullbydefault/ -->
<dependency>
<groupId>de.pfabulist</groupId>
<artifactId>nonnullbydefault</artifactId>
<version>2.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/de.pfabulist/nonnullbydefault/
implementation 'de.pfabulist:nonnullbydefault:2.0.5'
// https://jarcasting.com/artifacts/de.pfabulist/nonnullbydefault/
implementation ("de.pfabulist:nonnullbydefault:2.0.5")
'de.pfabulist:nonnullbydefault:jar:2.0.5'
<dependency org="de.pfabulist" name="nonnullbydefault" rev="2.0.5">
<artifact name="nonnullbydefault" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.pfabulist', module='nonnullbydefault', version='2.0.5')
)
libraryDependencies += "de.pfabulist" % "nonnullbydefault" % "2.0.5"
[de.pfabulist/nonnullbydefault "2.0.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.findbugs : annotations | jar | 3.0.1 |
| org.slf4j : slf4j-api | jar | 1.7.19 |