1
0
mirror of https://github.com/google/nomulus synced 2026-02-04 03:52:33 +00:00
Files
nomulus/third_party/java/bouncycastle_bcpg/BUILD
2016-03-01 17:59:16 -05:00

9 lines
170 B
Python

package(default_visibility = ["//visibility:public"])
licenses(["notice"]) # MIT
java_library(
name = "bouncycastle_bcpg",
exports = ["@bcpg_jdk15on//jar"],
)