aboutsummaryrefslogtreecommitdiff
path: root/METADATA
blob: cba37a6e97d3e07cfbaead623c21b1135455106a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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.0.tar.gz"
  }
  version: "4.0"
  last_upgrade_date {
    year: 2015
    month: 4
    day: 28
  }
}