File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -157,12 +157,12 @@ The library also takes care of all the exception handling and provides very exte
157157< dependency>
158158 < groupId> nl. jiankai< / groupId>
159159 < artifactId> resultset- mapper< / artifactId>
160- < version> 1.3 . 0 < / version>
160+ < version> 1.4 . 0 < / version>
161161< / dependency>
162162```
163163### Gradle
164164```gradle
165- implementation ' nl.jiankai:resultset-mapper:1.3 .0'
165+ implementation ' nl.jiankai:resultset-mapper:1.4 .0'
166166```
167167## License
168168See the [LICENSE ](https: // github.com/jzheng2017/resultset-mapper/blob/main/LICENSE) file for the license rights and limitations (MIT).
Original file line number Diff line number Diff line change 66
77 <groupId >nl.jiankai</groupId >
88 <artifactId >resultset-mapper</artifactId >
9- <version >1.3 .0</version >
9+ <version >1.4 .0</version >
1010
1111 <name >ResultSet Mapper</name >
1212 <description >A library for mapping a ResultSet to your desired java object</description >
You can’t perform that action at this time.
0 commit comments