This project contains code examples of how to use java combinatorics library
mvn package exec:java -Dexec.mainClass="org.paukov.combinatoricslibexample.Main"
https://github.com/dpaukov/combinatoricslib
Include the following section into your pom.xml file if you want to use this library.
<dependency>
<groupId>com.googlecode.combinatoricslib</groupId>
<artifactId>combinatoricslib</artifactId>
<version>2.3</version>
<scope>compile</scope>
</dependency>