mirror of
https://github.com/google/nomulus
synced 2026-01-10 07:57:58 +00:00
9 lines
179 B
Python
9 lines
179 B
Python
package(default_visibility = ["//visibility:public"])
|
|
|
|
licenses(["notice"]) # Apache License 2.0
|
|
|
|
java_library(
|
|
name = "ftpserver",
|
|
exports = ["@ftpserver_core//jar"],
|
|
)
|