Skip to content

lucasweb78/java8-guava-collectors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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>