We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30ee1d3 commit be86f9fCopy full SHA for be86f9f
2 files changed
README.md
@@ -23,7 +23,7 @@ and the dependency:
23
<dependency>
24
<groupId>com.mauriciotogneri</groupId>
25
<artifactId>javautils</artifactId>
26
- <version>2.9.1</version>
+ <version>3.0.0</version>
27
</dependency>
28
```
29
@@ -32,6 +32,6 @@ or if you use Gradle:
32
```groovy
33
dependencies
34
{
35
- compile 'com.mauriciotogneri:javautils:2.9.1'
+ compile 'com.mauriciotogneri:javautils:3.0.0'
36
}
37
pom.xml
@@ -7,7 +7,7 @@
7
<modelVersion>4.0.0</modelVersion>
8
9
10
11
<name>Java Utils</name>
12
<packaging>jar</packaging>
13
<url>https://github.com/mauriciotogneri/java-utils</url>
0 commit comments