aboutsummaryrefslogtreecommitdiff
path: root/METADATA
blob: 521ada38c8cc719fe9b9d5b0af3f5d8b4cc3bdd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name: "guice"
description: "Guice (pronounced \'juice\') is a lightweight dependency injection framework for Java 6 and above."
third_party {
  url {
    type: HOMEPAGE
    value: "https://github.com/google/guice"
  }
  url {
    type: ARCHIVE
    value: "https://github.com/google/guice/archive/4.2.tar.gz"
  }
  version: "4.2"
  license_type: NOTICE
  last_upgrade_date {
    year: 2018
    month: 8
    day: 27
  }
}