1
0
mirror of https://github.com/google/nomulus synced 2026-01-10 16:00:52 +00:00
Files
nomulus/third_party/java/hamcrest/BUILD
2016-03-01 17:59:16 -05:00

12 lines
211 B
Python

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