blob: f695e178e6c99fa8cef70fc7678f658ba030370f [file] [log] [blame]
licenses(["notice"])
java_library(
name = "hamcrest_core",
exports = [
"//external:jar/io_bazel_rules_kotlin_org/hamcrest/hamcrest_core"
],
visibility = [
"//third_party/jvm:__subpackages__"
]
)