mirror of
https://github.com/google/nomulus
synced 2026-02-10 23:10:39 +00:00
The plumbing to support different DnsWriter implementations per TLD using DI will come in a later CL. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=129375856
10 lines
225 B
Python
10 lines
225 B
Python
package(default_visibility = ["//visibility:public"])
|
|
|
|
java_library(
|
|
name = "cloud_dns_v2beta1_versioned",
|
|
exports = ["@google_api_services_dns//jar"],
|
|
runtime_deps = [
|
|
"@google_api_client//jar",
|
|
],
|
|
)
|