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 @@ -39,7 +39,7 @@ Include the following in your `pom.xml` for Maven:
3939 <dependency>
4040 <groupId>com.github.javadev</groupId>
4141 <artifactId>underscore</artifactId>
42- <version>1.39 </version>
42+ <version>1.40 </version>
4343 </dependency>
4444 ...
4545</dependencies>
@@ -48,7 +48,7 @@ Include the following in your `pom.xml` for Maven:
4848Gradle:
4949
5050``` groovy
51- compile 'com.github.javadev:underscore:1.39 '
51+ compile 'com.github.javadev:underscore:1.40 '
5252```
5353
5454### Usage
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Include the following in your `pom.xml` for Maven:
1818 <dependency>
1919 <groupId>com.github.javadev</groupId>
2020 <artifactId>underscore</artifactId>
21- <version>1.39 </version>
21+ <version>1.40 </version>
2222 </dependency>
2323 ...
2424</dependencies>
@@ -27,7 +27,7 @@ Include the following in your `pom.xml` for Maven:
2727Gradle:
2828
2929``` groovy
30- compile 'com.github.javadev:underscore:1.39 '
30+ compile 'com.github.javadev:underscore:1.40 '
3131```
3232
3333Underscore-lodash is a java port of [ lodash.com] ( https://lodash.com/docs ) .
Original file line number Diff line number Diff line change 55 <groupId >com.github.javadev</groupId >
66 <artifactId >underscore</artifactId >
77 <packaging >jar</packaging >
8- <version >1.39 </version >
8+ <version >1.40 </version >
99 <name >java port of Underscore.js</name >
1010 <description >The java port of Underscore.js</description >
1111 <url >https://github.com/javadev/underscore-java</url >
Original file line number Diff line number Diff line change 55 <groupId >com.github.javadev</groupId >
66 <artifactId >underscore</artifactId >
77 <packaging >jar</packaging >
8- <version >1.39 </version >
8+ <version >1.40 </version >
99 <name >java port of Underscore.js</name >
1010 <description >The java port of Underscore.js</description >
1111 <url >https://github.com/javadev/underscore-java</url >
Original file line number Diff line number Diff line change 55 <groupId >com.github.javadev</groupId >
66 <artifactId >underscore</artifactId >
77 <packaging >jar</packaging >
8- <version >1.39 -SNAPSHOT</version >
8+ <version >1.40 -SNAPSHOT</version >
99 <name >java port of Underscore.js</name >
1010 <description >The java port of Underscore.js</description >
1111 <url >https://github.com/javadev/underscore-java</url >
You can’t perform that action at this time.
0 commit comments