is not current version
Last Version 2.0.0

io.github.solf:nullanno 0.1.0

Annotations for null-analysis (Eclipse-based but types are non-null by default as well)

GroupId

GroupId

io.github.solf
ArtifactId

ArtifactId

nullanno
Version

Version

0.1.0
Type

Type

jar

Download nullanno 0.1.0


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