Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.clickhouse |
ArtifactId | ArtifactIdclickhouse-http-client |
Version | Version0.3.2-patch6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.clickhouse/clickhouse-http-client/ -->
<dependency>
<groupId>com.clickhouse</groupId>
<artifactId>clickhouse-http-client</artifactId>
<version>0.3.2-patch6</version>
</dependency>
// https://jarcasting.com/artifacts/com.clickhouse/clickhouse-http-client/
implementation 'com.clickhouse:clickhouse-http-client:0.3.2-patch6'
// https://jarcasting.com/artifacts/com.clickhouse/clickhouse-http-client/
implementation ("com.clickhouse:clickhouse-http-client:0.3.2-patch6")
'com.clickhouse:clickhouse-http-client:jar:0.3.2-patch6'
<dependency org="com.clickhouse" name="clickhouse-http-client" rev="0.3.2-patch6">
<artifact name="clickhouse-http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.clickhouse', module='clickhouse-http-client', version='0.3.2-patch6')
)
libraryDependencies += "com.clickhouse" % "clickhouse-http-client" % "0.3.2-patch6"
[com.clickhouse/clickhouse-http-client "0.3.2-patch6"]