Files
nomulus/third_party/java/joda_time/BUILD
T

9 lines
194 B
Python

package(default_visibility = ["//visibility:public"])
licenses(["notice"]) # Apache License 2.0
java_library(
name = "joda_time",
exports = ["@bazel_tools//third_party:joda_time"],
)