blob: 5b9dd799e09fe6eaa102eb0f48ddc5f6c9f76334 [file] [log] [blame]
licenses(["notice"])
java_library(
name = "hamcrest_core",
exports = [
"//external:jar/io_bazel_rules_kotlin_org/hamcrest/hamcrest_core"
],
visibility = [
"//visibility:public"
]
)