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