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://checkerframework.org/
GNU General Public License, version 2 (GPL2), with the classpath exception
Michael Ernst Suzanne Millstein
Files download
File Operation
dataflow-shaded-3.46.0.jar download
dataflow-shaded-3.46.0.pom download
dataflow-shaded-3.46.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.checkerframework</groupId>
  <artifactId>dataflow-shaded</artifactId>
  <version>3.46.0</version>
</dependency>
Gradle Groovy
implementation 'org.checkerframework:dataflow-shaded:3.46.0'
Gradle Kotlin
implementation("org.checkerframework:dataflow-shaded:3.46.0")
Scala SBT
libraryDependencies += "org.checkerframework" % "dataflow-shaded" % "3.46.0"
Groovy Grape
@Grapes(
  @Grab(group='org.checkerframework', module='dataflow-shaded', version='3.46.0')
)
Apache Ivy
<dependency org="org.checkerframework" name="dataflow-shaded" rev="3.46.0" />
Leiningen
[org.checkerframework/dataflow-shaded "3.46.0"]
Apache Buildr
'org.checkerframework:dataflow-shaded:jar:3.46.0'
Dependencies
The project has no third-party dependencies