In this video, we're going to be adding a java project to our Multi Language bazel monorepo. We're going to have a java_library target that also uses some external dependencies from maven central & a java_binary target that uses the monorepo java_library. We'll be using the built in java_library & java_binary targets, as-well as rules_jvm_external to pull the dependencies form maven central.
Repository: https://github.com/kriscfoster/multi-...
rules_jvm_external: https://github.com/bazelbuild/rules_j...