mirror of
https://github.com/google/nomulus.git
synced 2025-08-03 08:22:13 +02:00
TESTED=Verified on Alpha with an updated build using Java 8, Verified on alpha against the latest java 8 based build. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=171297613
15 lines
316 B
Text
15 lines
316 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_53",
|
|
jars = ["jsch-0.1.53.jar"],
|
|
srcjar = "jsch-0.1.53-src.jar",
|
|
deps = ["@com_jcraft_jzlib"],
|
|
)
|