We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 089c837 + c442662 commit 32e5703Copy full SHA for 32e5703
README.md
@@ -6,8 +6,11 @@ Step 1 Add the JitPack repository to your build file
6
```xml
7
<repositories>
8
<repository>
9
- <id>jitpack.io</id>
10
- <url>https://jitpack.io</url>
+ <id>github</id>
+ <url>https://maven.pkg.github.com/jagobagascon</url>
11
+ <snapshots>
12
+ <enabled>true</enabled>
13
+ </snapshots>
14
</repository>
15
</repositories>
16
```
@@ -16,7 +19,7 @@ Step 2 Add the dependency
19
<dependency>
17
20
<groupId>com.github.jagobagascon</groupId>
18
21
<artifactId>Natural-Sorting-for-Java</artifactId>
- <version>1.1.0</version>
22
+ <version>1.2.0</version>
23
</dependency>
24
25
Step 3 Use the provided comparators to sort your lists
0 commit comments