Categories |
CategoriesCLI User Interface Native Development Tools |
---|---|
GroupId | GroupIdcom.github.housepower |
ArtifactId | ArtifactIdclickhouse-native-jdbc-shaded |
Version | Version2.4.1 |
Type | Typejar |
<!-- 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.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.housepower/clickhouse-native-jdbc-shaded/
implementation 'com.github.housepower:clickhouse-native-jdbc-shaded:2.4.1'
// https://jarcasting.com/artifacts/com.github.housepower/clickhouse-native-jdbc-shaded/
implementation ("com.github.housepower:clickhouse-native-jdbc-shaded:2.4.1")
'com.github.housepower:clickhouse-native-jdbc-shaded:jar:2.4.1'
<dependency org="com.github.housepower" name="clickhouse-native-jdbc-shaded" rev="2.4.1">
<artifact name="clickhouse-native-jdbc-shaded" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.housepower', module='clickhouse-native-jdbc-shaded', version='2.4.1')
)
libraryDependencies += "com.github.housepower" % "clickhouse-native-jdbc-shaded" % "2.4.1"
[com.github.housepower/clickhouse-native-jdbc-shaded "2.4.1"]