is not current version
Last Version 3.1.2

com.landawn:abacus-jdbc 2.5.6

Abacus Entity Manager

GroupId

GroupId

com.landawn
ArtifactId

ArtifactId

abacus-jdbc
Version

Version

2.5.6
Type

Type

jar

Download abacus-jdbc 2.5.6


<!-- https://jarcasting.com/artifacts/com.landawn/abacus-jdbc/ -->
<dependency>
    <groupId>com.landawn</groupId>
    <artifactId>abacus-jdbc</artifactId>
    <version>2.5.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.landawn/abacus-jdbc/
implementation 'com.landawn:abacus-jdbc:2.5.6'
// https://jarcasting.com/artifacts/com.landawn/abacus-jdbc/
implementation ("com.landawn:abacus-jdbc:2.5.6")
'com.landawn:abacus-jdbc:jar:2.5.6'
<dependency org="com.landawn" name="abacus-jdbc" rev="2.5.6">
  <artifact name="abacus-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.landawn', module='abacus-jdbc', version='2.5.6')
)
libraryDependencies += "com.landawn" % "abacus-jdbc" % "2.5.6"
[com.landawn/abacus-jdbc "2.5.6"]