mirror of
https://github.com/google/nomulus.git
synced 2025-05-30 09:20:29 +02:00
15 lines
342 B
Text
15 lines
342 B
Text
package_group(
|
|
name = "specific_version",
|
|
packages = ["//third_party/java/jsch"],
|
|
)
|
|
|
|
package(default_visibility = [":specific_version"])
|
|
|
|
licenses(["notice"]) # BSD
|
|
|
|
java_import(
|
|
name = "v0_1_44_google",
|
|
jars = ["jsch-0.1.44_google.jar"],
|
|
srcjar = "jsch-0.1.44_google-src.jar",
|
|
deps = ["//third_party/java/jzlib"],
|
|
)
|