Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n authored Dec 2, 2023
1 parent a913f9a commit 899f8b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

JarJar rules for [Bazel](https://bazel.build/) (rename packages and classes in existing jars)

This rule uses [pantsbuild's jarjar fork](https://github.com/pantsbuild/jarjar), which is now archived so we have forked/vendored the code. Much as they did before us.
This rule uses [Jar Jar Abrams](https://github.com/eed3si9n/jarjar-abrams), whose repo also maintains a forked/vendored Jar Jar Links.
The main use case is to use more than one version of a jar at a time with different versions mapped to a different package. It can also be used to do [*dependency shading*](https://softwareengineering.stackexchange.com/questions/297276/what-is-a-shaded-java-dependency).

## How to add to Bazel via `MODULE.bazel`
Expand Down

0 comments on commit 899f8b8

Please sign in to comment.