mirror of
https://github.com/google/nomulus.git
synced 2025-06-27 06:44:51 +02:00
There's really no reason not to. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=171037754
18 lines
391 B
Text
18 lines
391 B
Text
package_group(
|
|
name = "specific_version",
|
|
packages = ["//third_party/java/objectify"],
|
|
)
|
|
|
|
package(default_visibility = ["//visibility:public"])
|
|
|
|
licenses(["notice"]) # MIT/X11
|
|
|
|
java_import(
|
|
name = "v4_1",
|
|
jars = ["objectify-4.1.3.jar"],
|
|
srcjar = "objectify-4.1.3-src.jar",
|
|
deps = [
|
|
"@com_google_appengine_api_1_0_sdk",
|
|
"@javax_servlet_api",
|
|
],
|
|
)
|