File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ Include the following in your `pom.xml` for Maven:
35
35
<dependency>
36
36
<groupId>com.github.javadev</groupId>
37
37
<artifactId>underscore</artifactId>
38
- <version>1.35 </version>
38
+ <version>1.36 </version>
39
39
</dependency>
40
40
...
41
41
</dependencies>
@@ -44,7 +44,7 @@ Include the following in your `pom.xml` for Maven:
44
44
Gradle:
45
45
46
46
``` groovy
47
- compile 'com.github.javadev:underscore:1.35 '
47
+ compile 'com.github.javadev:underscore:1.36 '
48
48
```
49
49
50
50
### 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.35 </version>
21
+ <version>1.36 </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.35 '
30
+ compile 'com.github.javadev:underscore:1.36 '
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.35 </version >
8
+ <version >1.36 </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.35 -SNAPSHOT</version >
8
+ <version >1.36 -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