We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9557c0 commit 58777a8Copy full SHA for 58777a8
1 file changed
README.md
@@ -1,5 +1,5 @@
1
# java-tuple
2
-[](https://maven-badges.herokuapp.com/maven-central/com.andrebreves.java/java-tuple)
+[](https://maven-badges.herokuapp.com/maven-central/com.andrebreves/java-tuple)
3
4
Yet another Tuple library for Java 8 and up.
5
@@ -9,9 +9,9 @@ Add to ```pom.xml```:
9
```xml
10
<dependencies>
11
<dependency>
12
- <groupId>com.andrebreves.java</groupId>
+ <groupId>com.andrebreves</groupId>
13
<artifactId>java-tuple</artifactId>
14
- <version>1.0.0</version>
+ <version>1.1.0</version>
15
</dependency>
16
</dependencies>
17
```
0 commit comments