bazel-deps icon indicating copy to clipboard operation
bazel-deps copied to clipboard

[feature request] add server configure

Open unship opened this issue 7 years ago • 1 comments

run bazel run //src/main/java/braintree:bazeldeps myserver junit:junit:4.12

get

maven_jar(
    name = "junit_junit_4_12", 
   artifact = "junit:junit:jar:4.12"
   server = "myserver",
)

unship avatar Jun 29 '17 05:06 unship

I'm not really maintaining this project anymore. That said, if you want to try to implement this, I can probably merge it in.

pgr0ss avatar Jun 30 '17 04:06 pgr0ss