Buck equivalent of java_library.runtime_deps attribute from Bazel?
Created by: Montana
Hey guys,
I am trying to specify runtime dependencies via Buck for an external dependency (both available as prebuilt-jars, and source).
How can I declare this relationship in a BUCK
file?
There are rule-attributes like java_import.runtime_deps
and java_library.runtime_deps
to achieve the same in Bazel
.
Was just seeing if there's anything similar for Buck. Thank you so much in advanced!
-Montana