Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 303 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 303 Bytes

#java8-extensions

A collection of useful classes that extend the core Java 8 SDK.

Setup

Add the latest java8-extensions Maven dependency to your project

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