mirror of
https://github.com/google/nomulus
synced 2026-08-19 21:56:17 +00:00
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=208097351
10 lines
270 B
Python
10 lines
270 B
Python
package(default_visibility = ["//visibility:public"])
|
|
|
|
licenses(["reciprocal"]) # CDDL 1.1 (also dual-licensed GPL v2 with Classpath Exception)
|
|
|
|
java_import(
|
|
name = "v1_2_0",
|
|
jars = ["javax.activation.jar"],
|
|
srcjar = "javax.activation-1.2.0-sources.jar",
|
|
)
|