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
文件下载
文件名 操作
dataflow-errorprone-3.23.0-eisop2.jar 下载
dataflow-errorprone-3.23.0-eisop2.pom 下载
dataflow-errorprone-3.23.0-eisop2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.eisop</groupId>
  <artifactId>dataflow-errorprone</artifactId>
  <version>3.23.0-eisop2</version>
</dependency>
Gradle Groovy
implementation 'io.github.eisop:dataflow-errorprone:3.23.0-eisop2'
Gradle Kotlin
implementation("io.github.eisop:dataflow-errorprone:3.23.0-eisop2")
Scala SBT
libraryDependencies += "io.github.eisop" % "dataflow-errorprone" % "3.23.0-eisop2"
Groovy Grape
@Grapes(
  @Grab(group='io.github.eisop', module='dataflow-errorprone', version='3.23.0-eisop2')
)
Apache Ivy
<dependency org="io.github.eisop" name="dataflow-errorprone" rev="3.23.0-eisop2" />
Leiningen
[io.github.eisop/dataflow-errorprone "3.23.0-eisop2"]
Apache Buildr
'io.github.eisop:dataflow-errorprone:jar:3.23.0-eisop2'
本项目依赖
该项目无第三方依赖