mirror of
https://github.com/google/nomulus
synced 2026-01-10 07:57:58 +00:00
We used to have a lot more vendored third_party dependencies, but now we're only going to have three that we know of, so this java/javatests distinction isn't necessary. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=177631319
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"],
|
|
)
|