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