File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ Include the following in your `pom.xml` for Maven:
4141 <dependency >
4242 <groupId >com.github.javadev</groupId >
4343 <artifactId >underscore</artifactId >
44- <version >1.82 </version >
44+ <version >1.83 </version >
4545 </dependency >
4646 ...
4747</dependencies >
@@ -50,7 +50,7 @@ Include the following in your `pom.xml` for Maven:
5050Gradle:
5151
5252``` groovy
53- implementation 'com.github.javadev:underscore:1.82 '
53+ implementation 'com.github.javadev:underscore:1.83 '
5454```
5555
5656### Usage
Original file line number Diff line number Diff line change 44 <groupId >com.github.javadev</groupId >
55 <artifactId >underscore</artifactId >
66 <packaging >jar</packaging >
7- <version >1.82 </version >
7+ <version >1.83 </version >
88 <name >java port of Underscore.js</name >
99 <description >The java port of Underscore.js</description >
1010 <url >https://github.com/javadev/underscore-java</url >
Original file line number Diff line number Diff line change 44 <groupId >com.github.javadev</groupId >
55 <artifactId >underscore</artifactId >
66 <packaging >jar</packaging >
7- <version >1.82 </version >
7+ <version >1.83 </version >
88 <name >java port of Underscore.js</name >
99 <description >The java port of Underscore.js</description >
1010 <url >https://github.com/javadev/underscore-java</url >
Original file line number Diff line number Diff line change 44 <groupId >com.github.javadev</groupId >
55 <artifactId >underscore</artifactId >
66 <packaging >jar</packaging >
7- <version >1.82 -SNAPSHOT</version >
7+ <version >1.83 -SNAPSHOT</version >
88 <name >java port of Underscore.js</name >
99 <description >The java port of Underscore.js</description >
1010 <url >https://github.com/javadev/underscore-java</url >
You can’t perform that action at this time.
0 commit comments