File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ### 2.5.2
2+
3+ * Improvements and bug fix.
4+
5+
16### 2.5.1
27
38* Improvements and bug fix.
Original file line number Diff line number Diff line change 11# abacus-jdbc
22
33[ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.landawn/abacus-jdbc.svg )] ( https://maven-badges.herokuapp.com/maven-central/com.landawn/abacus-jdbc/ )
4- [ ![ Javadocs] ( https://img.shields.io/badge/javadoc-2.5.1 -brightgreen.svg )] ( https://www.javadoc.io/doc/com.landawn/abacus-jdbc/2.5.1 /index.html )
4+ [ ![ Javadocs] ( https://img.shields.io/badge/javadoc-2.5.2 -brightgreen.svg )] ( https://www.javadoc.io/doc/com.landawn/abacus-jdbc/2.5.2 /index.html )
55
66Hope it will bring you the programming experiences: coding with SQL/DB is just like coding with Collections.
77
@@ -31,7 +31,7 @@ Hope it will bring you the programming experiences: coding with SQL/DB is just l
3131* Gradle:
3232``` gradle
3333// JDK 1.8 or above:
34- compile 'com.landawn:abacus-jdbc:2.5.1 '
34+ compile 'com.landawn:abacus-jdbc:2.5.2 '
3535```
3636
3737## User Guide:
Original file line number Diff line number Diff line change 7777 <dependency >
7878 <groupId >com.landawn</groupId >
7979 <artifactId >abacus-util</artifactId >
80- <version >1.20.35 </version >
80+ <version >1.20.36 </version >
8181 </dependency >
8282 </dependencies >
8383
Original file line number Diff line number Diff line change 44
55 <groupId >com.landawn</groupId >
66 <artifactId >abacus-jdbc</artifactId >
7- <version >2.5.2 </version >
7+ <version >2.5.3 </version >
88 <packaging >jar</packaging >
99
1010 <name >abacus-jdbc</name >
2929 <dependency >
3030 <groupId >com.landawn</groupId >
3131 <artifactId >abacus-util</artifactId >
32- <version >1.20.35 </version >
32+ <version >1.20.36 </version >
3333 <scope >provided</scope >
3434 </dependency >
3535
You can’t perform that action at this time.
0 commit comments