License |
License |
---|---|
GroupId | GroupIdio.github.solf |
ArtifactId | ArtifactIdnullanno |
Version | Version1.1.0 |
Type | Typejar |
Description |
Descriptionnullanno
Annotations for null-analysis (Eclipse-based but types are non-null by default as well)
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
nullanno-1.1.0.pom | |
nullanno-1.1.0.jar | 5 KB |
nullanno-1.1.0-sources.jar | 6 KB |
nullanno-1.1.0-javadoc.jar | 417 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.solf/nullanno/ -->
<dependency>
<groupId>io.github.solf</groupId>
<artifactId>nullanno</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.solf/nullanno/
implementation 'io.github.solf:nullanno:1.1.0'
// https://jarcasting.com/artifacts/io.github.solf/nullanno/
implementation ("io.github.solf:nullanno:1.1.0")
'io.github.solf:nullanno:jar:1.1.0'
<dependency org="io.github.solf" name="nullanno" rev="1.1.0">
<artifact name="nullanno" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.solf', module='nullanno', version='1.1.0')
)
libraryDependencies += "io.github.solf" % "nullanno" % "1.1.0"
[io.github.solf/nullanno "1.1.0"]