mirror of
https://github.com/google/nomulus.git
synced 2025-05-03 13:37:51 +02:00
18 lines
389 B
Text
18 lines
389 B
Text
package_group(
|
|
name = "specific_version",
|
|
packages = ["//third_party/java/objectify"],
|
|
)
|
|
|
|
package(default_visibility = [":specific_version"])
|
|
|
|
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",
|
|
],
|
|
)
|