| License |
License |
|---|---|
| GroupId | GroupIdcom.ethlo.clackshack |
| ArtifactId | ArtifactIdclackshack |
| Last Version | Last Version1.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionClackShack
Unofficial ClickHouse HTTP query interface client. Super light-weight asynchronous (CompletableFuture) modern API
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| clackshack-1.0.2.pom | |
| clackshack-1.0.2.jar | 37 KB |
| clackshack-1.0.2-sources.jar | 26 KB |
| clackshack-1.0.2-javadoc.jar | 518 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.ethlo.clackshack/clackshack/ -->
<dependency>
<groupId>com.ethlo.clackshack</groupId>
<artifactId>clackshack</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.ethlo.clackshack/clackshack/
implementation 'com.ethlo.clackshack:clackshack:1.0.2'
// https://jarcasting.com/artifacts/com.ethlo.clackshack/clackshack/
implementation ("com.ethlo.clackshack:clackshack:1.0.2")
'com.ethlo.clackshack:clackshack:jar:1.0.2'
<dependency org="com.ethlo.clackshack" name="clackshack" rev="1.0.2">
<artifact name="clackshack" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ethlo.clackshack', module='clackshack', version='1.0.2')
)
libraryDependencies += "com.ethlo.clackshack" % "clackshack" % "1.0.2"
[com.ethlo.clackshack/clackshack "1.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.fasterxml.jackson.core : jackson-databind | jar | |
| com.fasterxml.jackson.core : jackson-annotations | jar | |
| org.eclipse.jetty : jetty-client | jar | |
| org.slf4j : slf4j-api | jar | |
| com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| ch.qos.logback : logback-classic | jar | |
| junit : junit | jar | |
| org.assertj : assertj-core | jar |