is not current version
Last Version 0.4.7

org.libj:sql 0.4.5

Supplementary extensions to the java.sql package, providing common functions and abstractions related to SQL.

GroupId

GroupId

org.libj
ArtifactId

ArtifactId

sql
Version

Version

0.4.5
Type

Type

jar

Download sql 0.4.5


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