Should I use Guava or Mug or Both? #59
Replies: 2 comments 1 reply
-
That's a great question. Within Google we use Guava like breathing air. Now assuming I'm writing code outside of Google, chances are Guava is already in the dependencies anyways. But if it's not, I might need to be careful because some version of it may already exist in the transitive dependency closure and I don't want version conflicts. Mug on the other hand is less versatile. But for what it does well, its usage has been ramping up rapidly inside Google. This includes:
The recent addition of |
Beta Was this translation helpful? Give feedback.
-
Thanks for the guideline! Any thoughts between |
Beta Was this translation helpful? Give feedback.
-
Guava and Mug are both general-purpose library. And there is also guava-mug artifact.
What are some guidelines on using either one and do I add both as my dependencies? Is there overlaps?
Beta Was this translation helpful? Give feedback.
All reactions