mirror of
https://github.com/google/nomulus
synced 2026-01-06 21:47:31 +00:00
7 lines
142 B
Python
7 lines
142 B
Python
package(default_visibility = ["//visibility:public"])
|
|
|
|
java_library(
|
|
name = "cache",
|
|
exports = ["@bazel_tools//third_party:guava"],
|
|
)
|