mirror of
https://github.com/google/nomulus.git
synced 2025-06-25 22:04:56 +02:00
8 lines
193 B
Text
8 lines
193 B
Text
package(default_visibility = ["//visibility:public"])
|
|
|
|
licenses(["reciprocal"]) # CDDL 1.1 License
|
|
|
|
java_library(
|
|
name = "activation",
|
|
exports = ["//third_party/activation/v1_2_0"],
|
|
)
|