def _is_jvm(target): return is_jvm(target) or is_jvm_app(target)
def _is_jvm(dep): return is_jvm(dep) or is_jvm_app(dep)