License |
License |
---|---|
Categories |
CategoriesCLI User Interface Native Development Tools |
GroupId | GroupIdcom.github.housepower |
ArtifactId | ArtifactIdclickhouse-native-jdbc-shaded |
Version | Version2.6.3 |
Type | Typejar |
Description |
DescriptionClickHouse Native Protocol JDBC implementation
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.github.housepower/clickhouse-native-jdbc-shaded/ -->
<dependency>
<groupId>com.github.housepower</groupId>
<artifactId>clickhouse-native-jdbc-shaded</artifactId>
<version>2.6.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.housepower/clickhouse-native-jdbc-shaded/
implementation 'com.github.housepower:clickhouse-native-jdbc-shaded:2.6.3'
// https://jarcasting.com/artifacts/com.github.housepower/clickhouse-native-jdbc-shaded/
implementation ("com.github.housepower:clickhouse-native-jdbc-shaded:2.6.3")
'com.github.housepower:clickhouse-native-jdbc-shaded:jar:2.6.3'
<dependency org="com.github.housepower" name="clickhouse-native-jdbc-shaded" rev="2.6.3">
<artifact name="clickhouse-native-jdbc-shaded" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.housepower', module='clickhouse-native-jdbc-shaded', version='2.6.3')
)
libraryDependencies += "com.github.housepower" % "clickhouse-native-jdbc-shaded" % "2.6.3"
[com.github.housepower/clickhouse-native-jdbc-shaded "2.6.3"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api Optional | jar | 1.7.30 |