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