| include_defs('//bucklets/maven_jar.bucklet') |
| |
| maven_jar( |
| name = 'gson', |
| id = 'com.google.code.gson:gson:2.3.1', |
| sha1 = 'ecb6e1f8e4b0e84c4b886c2f14a1500caf309757', |
| license = 'Apache2.0', |
| ) |
| |
| maven_jar( |
| name = 'guava', |
| id = 'com.google.guava:guava:19.0-rc1', |
| sha1 = '0364538ac107b8943a1f4d68ac50f1b0421bb983', |
| license = 'Apache2.0', |
| ) |
| |
| maven_jar( |
| name = 'junit', |
| id = 'junit:junit:4.11', |
| sha1 = '4e031bb61df09069aeb2bffb4019e7a5034a4ee0', |
| license = 'DO_NOT_DISTRIBUTE', |
| exported_deps = [':hamcrest-core'], |
| ) |
| |
| maven_jar( |
| name = 'hamcrest-core', |
| id = 'org.hamcrest:hamcrest-core:1.3', |
| sha1 = '42a25dc3219429f0e5d060061f71acb49bf010a0', |
| license = 'DO_NOT_DISTRIBUTE', |
| visibility = ['//lib:junit'], |
| ) |
| |
| maven_jar( |
| name = 'truth', |
| id = 'com.google.truth:truth:0.27', |
| sha1 = 'bd17774d2dc0fffa884d42c07d2537e86c67acd6', |
| license = 'DO_NOT_DISTRIBUTE', |
| exported_deps = [ |
| ':guava', |
| ':junit', |
| ], |
| ) |