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