You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,22 +13,22 @@
13
13
This is a new implementation of the combinatorics library for Java 8. The previous versions of the library can be found [here](https://github.com/dpaukov/combinatoricslib)
14
14
15
15
## The latest released version
16
-
The latest release of the library is [v3.1.1](https://github.com/dpaukov/combinatoricslib3/releases/tag/v3.1.1).
16
+
The latest release of the library is [v3.2.0](https://github.com/dpaukov/combinatoricslib3/releases/tag/v3.2.0).
17
17
It is available through The Maven Central Repository [here](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.github.dpaukov%22%20AND%20a%3A%22combinatoricslib3%22).
18
18
Add the following section into your `pom.xml` file.
19
19
20
20
```xml
21
21
<dependency>
22
22
<groupId>com.github.dpaukov</groupId>
23
23
<artifactId>combinatoricslib3</artifactId>
24
-
<version>3.1.1</version>
24
+
<version>3.2.0</version>
25
25
</dependency>
26
26
```
27
27
28
28
## Examples
29
29
You can check out an example project to see how to use the library [combinatoricslib3-example](https://github.com/dpaukov/combinatoricslib3-example)
30
30
31
-
## Development version 3.2.0
31
+
## Version 3.2.0
32
32
1.[Simple combinations](#1-simple-combinations)
33
33
2.[Combinations with repetitions](#2-combinations-with-repetitions)
0 commit comments