Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 295 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 295 Bytes

#java8-guava-collectors

Java 8 collectors for the Guava collections

Setup

Add the latest java8-extensions Maven dependency to your project

<dependency>
  <groupId>uk.co.lucasweb</groupId>
  <artifactId>java8-guava-collectors</artifactId>
  <version>1.0</version>
</dependency>