bazel_maven_repository
bazel_maven_repository copied to clipboard
Clean the kramer workspace by using a deps.bzl and a switch.
Per corbin's comment in #112:
Suggest extracting the maven_repository_rules into a deps.bzl and switch on import alias e.g. load("//:deps.bzl", define="define_local") and load("//:deps.bzl", define="define_remote")
commenting out the alternative makes it messy in the WORKSPACE.