I use the Guava library in practically every Java project I create. In this video, I show how to find Guava, download it, and include it in an Eclipse project. Then I show four ways I regularly use it: for creating collections objects with static factory methods; for immutable collections; for preconditions; and for ranges.