aboutsummaryrefslogtreecommitdiff
path: root/METADATA
blob: ff1fa49930a34c3f5859c314cbfe7de7b8986266 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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: "javapoet-1.11.1"
  last_upgrade_date { year: 2018 month: 11 day: 19 }
}