1name: "checker_framework_dataflow" 2description: 3 "The Checker Framework is a collection of java annotation processors that " 4 "use JSR308 (Type Annotations) to enhance the Java type system. This " 5 "package contains the Checker Framework's dataflow analysis." 6 7third_party { 8 url { 9 type: HOMEPAGE 10 value: "https://checkerframework.org/" 11 } 12 url { 13 type: ARCHIVE 14 value: "https://repo1.maven.org/maven2/org/checkerframework/dataflow-errorprone/3.39.0/dataflow-errorprone-3.39.0-sources.jar" 15 } 16 url { 17 type: ARCHIVE 18 value: "https://repo1.maven.org/maven2/org/checkerframework/javacutil/3.15.0/javacutil-3.15.0-sources.jar" 19 } 20 version: "3.39.0" 21 last_upgrade_date { year: 2024 month: 12 day: 2} 22} 23