mirror of
https://github.com/google/nomulus
synced 2026-01-03 11:45:39 +00:00
7 lines
147 B
Python
7 lines
147 B
Python
package(default_visibility = ["//visibility:public"])
|
|
|
|
java_library(
|
|
name = "concurrent",
|
|
exports = ["@bazel_tools//third_party:guava"],
|
|
)
|