mirror of
https://github.com/google/nomulus.git
synced 2025-08-03 08:22:13 +02: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
9 lines
225 B
Text
9 lines
225 B
Text
package(default_visibility = ["//visibility:public"])
|
|
|
|
java_library(
|
|
name = "cloud_dns_v2beta1_versioned",
|
|
exports = ["@google_api_services_dns//jar"],
|
|
runtime_deps = [
|
|
"@google_api_client//jar",
|
|
],
|
|
)
|