-
Notifications
You must be signed in to change notification settings - Fork 23
Home
Dmytro Paukov edited this page Apr 25, 2018
·
15 revisions
This is a new implementation of the combinatorics library for Java 8. The previous versions of the library can be found here.
Latest release version is v3.2.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.2.0</version>
</dependency>
Current development version is v.3.3.0
You can look at the example project to see how to use combinatoricslib3 combinatoricslib3-example