blob: ab803a788628d2116042efc7e7d1064d45558897 [file] [log] [blame]
David Ostrovskyded8a1f2015-03-21 14:56:27 +01001include_defs('//bucklets/maven_jar.bucklet')
2
3maven_jar(
4 name = 'gson',
5 id = 'com.google.code.gson:gson:2.3.1',
6 sha1 = 'ecb6e1f8e4b0e84c4b886c2f14a1500caf309757',
7 license = 'Apache2.0',
8)
9
10maven_jar(
11 name = 'guava',
12 id = 'com.google.guava:guava:18.0',
13 sha1 = 'cce0823396aa693798f8882e64213b1772032b09',
14 license = 'Apache2.0',
15)