is not current version
Last Version 2.0.1

com.openthinks.libs:sql 2.0

The lib of java database ORM simple implementation.

GroupId

GroupId

com.openthinks.libs
ArtifactId

ArtifactId

sql
Version

Version

2.0
Type

Type

jar

Download sql 2.0


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