mirror of
https://github.com/google/nomulus
synced 2026-01-09 23:47:49 +00:00
12 lines
211 B
Python
12 lines
211 B
Python
package(default_visibility = ["//visibility:public"])
|
|
|
|
licenses(["notice"]) # BSD
|
|
|
|
java_library(
|
|
name = "hamcrest",
|
|
exports = [
|
|
"@hamcrest_core//jar",
|
|
"@hamcrest_library//jar",
|
|
],
|
|
)
|