1
0
mirror of https://github.com/google/nomulus synced 2026-01-09 23:47:49 +00:00
Files
nomulus/third_party/java/json_simple/BUILD
2016-03-01 17:59:16 -05:00

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"],
)