lin
2025-08-14 dae8bad597b6607a449b32bf76c523423f7720ed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name: "JavaPoet"
description:
    "A Java API for generating .java source files"
 
third_party {
  url {
    type: HOMEPAGE
    value: "https://github.com/square/javapoet"
  }
  url {
    type: GIT
    value: "https://github.com/square/javapoet.git"
  }
  version: "1.11.1"
  last_upgrade_date { year: 2018 month: 11 day: 19 }
}