aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2018-08-24 12:43:14 -0700
committerHaibo Huang <hhb@google.com>2018-08-24 12:43:14 -0700
commit9b878813d48dee9b08a1cdc8c8b607a602752659 (patch)
treeedaa19d8812bac9d50c486ac5d0fd394479f5d43
parent628ced18e817a96c11857a51536468a886c6e183 (diff)
downloadguice-9b878813d48dee9b08a1cdc8c8b607a602752659.tar.gz
Add METADATA for Guice
Test: NA Change-Id: I8927a393409138568a3fe6568e0be5a7a2e58176
-rw-r--r--METADATA18
1 files changed, 18 insertions, 0 deletions
diff --git a/METADATA b/METADATA
new file mode 100644
index 00000000..cba37a6e
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,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
+ }
+}