Skip to content
Dmytro Paukov edited this page Apr 25, 2018 · 15 revisions

CombinatoricsLib 3

This is a new implementation of the combinatorics library for Java 8. The previous versions of the library can be found here.

Release version

Latest release version is v3.3.0 is available through The Maven Central Repository here. Just include the following section into your pom.xml file to start using the library:

<dependency>
    <groupId>com.github.dpaukov</groupId>
    <artifactId>combinatoricslib3</artifactId>
    <version>3.3.0</version>
</dependency>

Development version

Current development version is v.3.4.0

Example

You can look at the example project to see how to use combinatoricslib3 combinatoricslib3-example

Clone this wiki locally