MVN

org.checkerframework : dataflow-shaded

Maven & Gradle

Aug 01, 2023
12 usages
976 stars

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.

<dependency>
    <groupId>org.checkerframework</groupId>
    <artifactId>dataflow-shaded</artifactId>
    <version>3.37.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.checkerframework : dataflow-shaded to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.37.0

All Versions

Choose a version of org.checkerframework : dataflow-shaded to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.37.x
dataflow-shaded-3.37.0
3.36.x
dataflow-shaded-3.36.0
3.35.x
dataflow-shaded-3.35.0
3.34.x
dataflow-shaded-3.34.0
3.33.x
dataflow-shaded-3.33.0
3.32.x
dataflow-shaded-3.32.0
3.31.x
dataflow-shaded-3.31.0
3.30.x
dataflow-shaded-3.30.0
3.29.x
dataflow-shaded-3.29.0
3.28.x
dataflow-shaded-3.28.0
3.27.x
dataflow-shaded-3.27.0
3.26.x
dataflow-shaded-3.26.0
3.25.x
dataflow-shaded-3.25.0
3.24.x
dataflow-shaded-3.24.0
3.23.x
dataflow-shaded-3.23.0
3.22.x
dataflow-shaded-3.22.2
dataflow-shaded-3.22.1
dataflow-shaded-3.22.0
3.21.x
dataflow-shaded-3.21.4
dataflow-shaded-3.21.3
dataflow-shaded-3.21.2
dataflow-shaded-3.21.1
dataflow-shaded-3.21.0
3.20.x
dataflow-shaded-3.20.0
3.19.x
dataflow-shaded-3.19.0
3.18.x
dataflow-shaded-3.18.1
dataflow-shaded-3.18.0
3.17.x
dataflow-shaded-3.17.0
3.16.x
dataflow-shaded-3.16.0
3.15.x
dataflow-shaded-3.15.0
3.14.x
dataflow-shaded-3.14.0
3.13.x
dataflow-shaded-3.13.0
3.12.x
dataflow-shaded-3.12.0
3.11.x
dataflow-shaded-3.11.0
3.10.x
dataflow-shaded-3.10.0
3.9.x
dataflow-shaded-3.9.1
dataflow-shaded-3.9.0
3.8.x
dataflow-shaded-3.8.0
3.7.x
dataflow-shaded-3.7.1
dataflow-shaded-3.7.0
3.6.x
dataflow-shaded-3.6.1
dataflow-shaded-3.6.0
3.5.x
dataflow-shaded-3.5.0
3.4.x
dataflow-shaded-3.4.1
dataflow-shaded-3.4.0
3.3.x
dataflow-shaded-3.3.0
3.2.x
dataflow-shaded-3.2.0
3.1.x
dataflow-shaded-3.1.2
dataflow-shaded-3.1.1

How to add a dependency to Maven

Add the following org.checkerframework : dataflow-shaded maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.checkerframework</groupId>
    <artifactId>dataflow-shaded</artifactId>
    <version>3.37.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.checkerframework : dataflow-shaded gradle dependency to your build.gradle file:

implementation 'org.checkerframework:dataflow-shaded:3.37.0'

Gradle Kotlin DSL: Add the following org.checkerframework : dataflow-shaded gradle kotlin dependency to your build.gradle.kts file:

implementation("org.checkerframework:dataflow-shaded:3.37.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.checkerframework : dataflow-shaded sbt scala dependency to your build.sbt file:

libraryDependencies += "org.checkerframework" % "dataflow-shaded" % "3.37.0"

Advertisement