d

dataflow-errorprone

dataflow-errorprone 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.errorprone.*. 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-errorprone-3.42.0-eisop3.jar download
dataflow-errorprone-3.42.0-eisop3.pom download
dataflow-errorprone-3.42.0-eisop3-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.eisop</groupId>
  <artifactId>dataflow-errorprone</artifactId>
  <version>3.42.0-eisop3</version>
</dependency>
Gradle Groovy
implementation 'io.github.eisop:dataflow-errorprone:3.42.0-eisop3'
Gradle Kotlin
implementation("io.github.eisop:dataflow-errorprone:3.42.0-eisop3")
Scala SBT
libraryDependencies += "io.github.eisop" % "dataflow-errorprone" % "3.42.0-eisop3"
Groovy Grape
@Grapes(
  @Grab(group='io.github.eisop', module='dataflow-errorprone', version='3.42.0-eisop3')
)
Apache Ivy
<dependency org="io.github.eisop" name="dataflow-errorprone" rev="3.42.0-eisop3" />
Leiningen
[io.github.eisop/dataflow-errorprone "3.42.0-eisop3"]
Apache Buildr
'io.github.eisop:dataflow-errorprone:jar:3.42.0-eisop3'
Dependencies
The project has no third-party dependencies