mirror of
https://github.com/google/nomulus
synced 2026-01-07 14:05:44 +00:00
9 lines
186 B
Python
9 lines
186 B
Python
package(default_visibility = ["//visibility:public"])
|
|
|
|
licenses(["notice"]) # MIT/X11
|
|
|
|
java_library(
|
|
name = "objectify-v4_1",
|
|
exports = ["//third_party/java/objectify/v4_1"],
|
|
)
|