d

dataflow-nullaway

dataflow-nullaway is a dataflow framework based on the javac compiler. It differs from the org.checkerframework:dataflow artifact in two ways. First, the packages in this artifact have been renamed to org.checkerframework.nullaway.*. Second, unlike the dataflow artifact, this artifact contains the dependencies it requires.
https://eisop.github.io/
GNU General Public License, version 2 (GPL2), with the classpath exception
Werner M. Dietl Michael Ernst Suzanne Millstein
Files download
File Operation
dataflow-nullaway-3.42.0-eisop3.jar download
dataflow-nullaway-3.42.0-eisop3.pom download
dataflow-nullaway-3.42.0-eisop3-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.eisop</groupId>
  <artifactId>dataflow-nullaway</artifactId>
  <version>3.42.0-eisop3</version>
</dependency>
Gradle Groovy
implementation 'io.github.eisop:dataflow-nullaway:3.42.0-eisop3'
Gradle Kotlin
implementation("io.github.eisop:dataflow-nullaway:3.42.0-eisop3")
Scala SBT
libraryDependencies += "io.github.eisop" % "dataflow-nullaway" % "3.42.0-eisop3"
Groovy Grape
@Grapes(
  @Grab(group='io.github.eisop', module='dataflow-nullaway', version='3.42.0-eisop3')
)
Apache Ivy
<dependency org="io.github.eisop" name="dataflow-nullaway" rev="3.42.0-eisop3" />
Leiningen
[io.github.eisop/dataflow-nullaway "3.42.0-eisop3"]
Apache Buildr
'io.github.eisop:dataflow-nullaway:jar:3.42.0-eisop3'
Dependencies
The project has no third-party dependencies