is not current version
Last Version 1.0.2

com.ethlo.clackshack:clackshack 1.0.1

Unofficial ClickHouse HTTP query interface client. Super light-weight asynchronous (CompletableFuture) modern API

GroupId

GroupId

com.ethlo.clackshack
ArtifactId

ArtifactId

clackshack
Version

Version

1.0.1
Type

Type

jar

Download clackshack 1.0.1


<!-- https://jarcasting.com/artifacts/com.ethlo.clackshack/clackshack/ -->
<dependency>
    <groupId>com.ethlo.clackshack</groupId>
    <artifactId>clackshack</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.ethlo.clackshack/clackshack/
implementation 'com.ethlo.clackshack:clackshack:1.0.1'
// https://jarcasting.com/artifacts/com.ethlo.clackshack/clackshack/
implementation ("com.ethlo.clackshack:clackshack:1.0.1")
'com.ethlo.clackshack:clackshack:jar:1.0.1'
<dependency org="com.ethlo.clackshack" name="clackshack" rev="1.0.1">
  <artifact name="clackshack" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ethlo.clackshack', module='clackshack', version='1.0.1')
)
libraryDependencies += "com.ethlo.clackshack" % "clackshack" % "1.0.1"
[com.ethlo.clackshack/clackshack "1.0.1"]