is not current version
Last Version 1.3.2

com.cloudhopper:ch-commons-sql 1.3.1

SQL and JDBC utilties

GroupId

GroupId

com.cloudhopper
ArtifactId

ArtifactId

ch-commons-sql
Version

Version

1.3.1
Type

Type

jar

Download ch-commons-sql 1.3.1


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