File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Include the following in your `pom.xml` for Maven:
38
38
<dependency>
39
39
<groupId>com.github.javadev</groupId>
40
40
<artifactId>underscore</artifactId>
41
- <version>1.36 </version>
41
+ <version>1.37 </version>
42
42
</dependency>
43
43
...
44
44
</dependencies>
@@ -47,7 +47,7 @@ Include the following in your `pom.xml` for Maven:
47
47
Gradle:
48
48
49
49
``` groovy
50
- compile 'com.github.javadev:underscore:1.36 '
50
+ compile 'com.github.javadev:underscore:1.37 '
51
51
```
52
52
53
53
### Usage
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Include the following in your `pom.xml` for Maven:
18
18
<dependency>
19
19
<groupId>com.github.javadev</groupId>
20
20
<artifactId>underscore</artifactId>
21
- <version>1.36 </version>
21
+ <version>1.37 </version>
22
22
</dependency>
23
23
...
24
24
</dependencies>
@@ -27,7 +27,7 @@ Include the following in your `pom.xml` for Maven:
27
27
Gradle:
28
28
29
29
``` groovy
30
- compile 'com.github.javadev:underscore:1.36 '
30
+ compile 'com.github.javadev:underscore:1.37 '
31
31
```
32
32
33
33
Underscore-lodash is a java port of [ lodash.com] ( https://lodash.com/docs ) .
Original file line number Diff line number Diff line change 5
5
<groupId >com.github.javadev</groupId >
6
6
<artifactId >underscore</artifactId >
7
7
<packaging >jar</packaging >
8
- <version >1.36 </version >
8
+ <version >1.37 </version >
9
9
<name >java port of Underscore.js</name >
10
10
<description >The java port of Underscore.js</description >
11
11
<url >https://github.com/javadev/underscore-java</url >
Original file line number Diff line number Diff line change 5
5
<groupId >com.github.javadev</groupId >
6
6
<artifactId >underscore</artifactId >
7
7
<packaging >jar</packaging >
8
- <version >1.36 </version >
8
+ <version >1.37 </version >
9
9
<name >java port of Underscore.js</name >
10
10
<description >The java port of Underscore.js</description >
11
11
<url >https://github.com/javadev/underscore-java</url >
Original file line number Diff line number Diff line change 5
5
<groupId >com.github.javadev</groupId >
6
6
<artifactId >underscore</artifactId >
7
7
<packaging >jar</packaging >
8
- <version >1.36 -SNAPSHOT</version >
8
+ <version >1.37 -SNAPSHOT</version >
9
9
<name >java port of Underscore.js</name >
10
10
<description >The java port of Underscore.js</description >
11
11
<url >https://github.com/javadev/underscore-java</url >
You can’t perform that action at this time.
0 commit comments