-
Notifications
You must be signed in to change notification settings - Fork 23
Home
Dmytro Paukov edited this page Feb 14, 2024
·
15 revisions
This is a combinatorics library for Java.
Latest release version is v3.4.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.4.0</version>
</dependency>
Current development version is v.3.4.1
You can look at the example project to see how to use combinatoricslib3 combinatoricslib3-example