Files
nomulus/third_party/java/json_simple/BUILD
T

9 lines
178 B
Python

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