mirror of
https://github.com/google/nomulus.git
synced 2025-07-22 18:55:58 +02:00
There's really no reason not to. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=171037754
15 lines
337 B
Text
15 lines
337 B
Text
package_group(
|
|
name = "specific_version",
|
|
packages = ["//third_party/java/jsch"],
|
|
)
|
|
|
|
package(default_visibility = ["//visibility:public"])
|
|
|
|
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 = ["@com_jcraft_jzlib"],
|
|
)
|