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