mirror of
https://github.com/google/nomulus
synced 2026-01-03 19:54:18 +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"],
|
|
)
|