google-nomulus/third_party/java/hamcrest/BUILD
2016-03-01 17:59:16 -05:00

11 lines
211 B
Text

package(default_visibility = ["//visibility:public"])
licenses(["notice"]) # BSD
java_library(
name = "hamcrest",
exports = [
"@hamcrest_core//jar",
"@hamcrest_library//jar",
],
)