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