Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 546 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 546 Bytes

Fluent

Java 8 Streams and Iterables on Steroids.

Build status

Build Status

Environment

  • java-1.8

Maven

Release versions are deployed on Maven Central:

<dependency>
  <groupId>net.code-story</groupId>
  <artifactId>fluent</artifactId>
  <version>1.4</version>
</dependency>

Build

mvn clean verify

Deploy on Maven Central

Build the release:

mvn release:clean release:prepare release:perform