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 99ab81c + 37605b9 commit bde7883Copy full SHA for bde7883
README.md
@@ -15,12 +15,12 @@ Maven:
15
<dependency>
16
<groupId>com.github.simonharmonicminor</groupId>
17
<artifactId>java-useful-utils</artifactId>
18
- <version>1.1</version>
+ <version>1.2</version>
19
</dependency>
20
```
21
Gradle:
22
```groovy
23
-implementation 'com.github.simonharmonicminor:java-useful-utils:1.1'
+implementation 'com.github.simonharmonicminor:java-useful-utils:1.2'
24
25
26
### Status
pom.xml
@@ -6,7 +6,7 @@
6
7
8
9
10
<packaging>jar</packaging>
11
12
<name>Java Useful Utils</name>
0 commit comments