License |
License |
---|---|
Categories |
CategoriesCLI User Interface Native Development Tools |
GroupId | GroupIdcom.github.housepower |
ArtifactId | ArtifactIdclickhouse-native-jdbc-parent |
Last Version | Last Version2.6.5 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionClickHouse Native JDBC POM
ClickHouse Native Protocol JDBC implementation
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
clickhouse-native-jdbc-parent-2.6.5.pom | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.housepower/clickhouse-native-jdbc-parent/ -->
<dependency>
<groupId>com.github.housepower</groupId>
<artifactId>clickhouse-native-jdbc-parent</artifactId>
<version>2.6.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.housepower/clickhouse-native-jdbc-parent/
implementation 'com.github.housepower:clickhouse-native-jdbc-parent:2.6.5'
// https://jarcasting.com/artifacts/com.github.housepower/clickhouse-native-jdbc-parent/
implementation ("com.github.housepower:clickhouse-native-jdbc-parent:2.6.5")
'com.github.housepower:clickhouse-native-jdbc-parent:pom:2.6.5'
<dependency org="com.github.housepower" name="clickhouse-native-jdbc-parent" rev="2.6.5">
<artifact name="clickhouse-native-jdbc-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.housepower', module='clickhouse-native-jdbc-parent', version='2.6.5')
)
libraryDependencies += "com.github.housepower" % "clickhouse-native-jdbc-parent" % "2.6.5"
[com.github.housepower/clickhouse-native-jdbc-parent "2.6.5"]