d

dataflow-shaded

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