-
Notifications
You must be signed in to change notification settings - Fork 23
Home
Dmytro Paukov edited this page Sep 11, 2016
·
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.1.1 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.1.1</version>
</dependency>
##Development version Current development version is v.3.2.0
##Example You can look at the example project to see how to use combinatoricslib3 combinatoricslib3-example