GroupId | GroupIdcom.cloudhopper |
---|---|
ArtifactId | ArtifactIdch-commons-sql |
Version | Version1.3.0 |
Type | Typejar |
Filename | Size |
---|---|
ch-commons-sql-1.3.0.pom | |
ch-commons-sql-1.3.0.jar | 26 KB |
ch-commons-sql-1.3.0-sources.jar | 30 KB |
ch-commons-sql-1.3.0-javadoc.jar | 144 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cloudhopper/ch-commons-sql/ -->
<dependency>
<groupId>com.cloudhopper</groupId>
<artifactId>ch-commons-sql</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cloudhopper/ch-commons-sql/
implementation 'com.cloudhopper:ch-commons-sql:1.3.0'
// https://jarcasting.com/artifacts/com.cloudhopper/ch-commons-sql/
implementation ("com.cloudhopper:ch-commons-sql:1.3.0")
'com.cloudhopper:ch-commons-sql:jar:1.3.0'
<dependency org="com.cloudhopper" name="ch-commons-sql" rev="1.3.0">
<artifact name="ch-commons-sql" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cloudhopper', module='ch-commons-sql', version='1.3.0')
)
libraryDependencies += "com.cloudhopper" % "ch-commons-sql" % "1.3.0"
[com.cloudhopper/ch-commons-sql "1.3.0"]