File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# java-tuple
2
- [ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/com.andrebreves.java /java-tuple/badge.svg )] ( https://maven-badges.herokuapp.com/maven-central/com.andrebreves.java /java-tuple )
2
+ [ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/com.andrebreves/java-tuple/badge.svg )] ( https://maven-badges.herokuapp.com/maven-central/com.andrebreves/java-tuple )
3
3
4
4
Yet another Tuple library for Java 8 and up.
5
5
@@ -9,9 +9,9 @@ Add to ```pom.xml```:
9
9
``` xml
10
10
<dependencies >
11
11
<dependency >
12
- <groupId >com.andrebreves.java </groupId >
12
+ <groupId >com.andrebreves</groupId >
13
13
<artifactId >java-tuple</artifactId >
14
- <version >1.0 .0</version >
14
+ <version >1.1 .0</version >
15
15
</dependency >
16
16
</dependencies >
17
17
```
You can’t perform that action at this time.
0 commit comments