| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCLI Взаимодействие с пользователем Native Инструменты разработки |
| Группа | Группаcom.github.housepower |
| Идентификатор | Идентификаторclickhouse-native-jdbc-parent |
| Версия | Версия2.6.3 |
| Тип | Типpom |
| Описание |
ОписаниеClickHouse Native JDBC POM
ClickHouse Native Protocol JDBC implementation
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| clickhouse-native-jdbc-parent-2.6.3.pom | 28 KB |
| Обзор |
<!-- 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.3</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.3'
// https://jarcasting.com/artifacts/com.github.housepower/clickhouse-native-jdbc-parent/
implementation ("com.github.housepower:clickhouse-native-jdbc-parent:2.6.3")
'com.github.housepower:clickhouse-native-jdbc-parent:pom:2.6.3'
<dependency org="com.github.housepower" name="clickhouse-native-jdbc-parent" rev="2.6.3">
<artifact name="clickhouse-native-jdbc-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.housepower', module='clickhouse-native-jdbc-parent', version='2.6.3')
)
libraryDependencies += "com.github.housepower" % "clickhouse-native-jdbc-parent" % "2.6.3"
[com.github.housepower/clickhouse-native-jdbc-parent "2.6.3"]