-
Notifications
You must be signed in to change notification settings - Fork 23
Home
Dmytro Paukov edited this page Aug 10, 2016
·
15 revisions
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.0.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.0.0</version>
</dependency>
#Development version Current development version is v.3.1.0