| Категории |
КатегорииCLI Взаимодействие с пользователем Native Инструменты разработки |
|---|---|
| Группа | Группаcom.github.housepower |
| Идентификатор | Идентификаторclickhouse-native-jdbc-shaded |
| Версия | Версия2.5.7 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.github.housepower/clickhouse-native-jdbc-shaded/ -->
<dependency>
<groupId>com.github.housepower</groupId>
<artifactId>clickhouse-native-jdbc-shaded</artifactId>
<version>2.5.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.housepower/clickhouse-native-jdbc-shaded/
implementation 'com.github.housepower:clickhouse-native-jdbc-shaded:2.5.7'
// https://jarcasting.com/artifacts/com.github.housepower/clickhouse-native-jdbc-shaded/
implementation ("com.github.housepower:clickhouse-native-jdbc-shaded:2.5.7")
'com.github.housepower:clickhouse-native-jdbc-shaded:jar:2.5.7'
<dependency org="com.github.housepower" name="clickhouse-native-jdbc-shaded" rev="2.5.7">
<artifact name="clickhouse-native-jdbc-shaded" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.housepower', module='clickhouse-native-jdbc-shaded', version='2.5.7')
)
libraryDependencies += "com.github.housepower" % "clickhouse-native-jdbc-shaded" % "2.5.7"
[com.github.housepower/clickhouse-native-jdbc-shaded "2.5.7"]