is not current version
Last Version 3.1.2

com.landawn:abacus-jdbc 0.9.1

Abacus Entity Manager

GroupId

GroupId

com.landawn
ArtifactId

ArtifactId

abacus-jdbc
Version

Version

0.9.1
Type

Type

jar

Download abacus-jdbc 0.9.1


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