h

holo-client

client for Hologres
https://www.hologres.io/
hologres client license
shangtang.hyb
Files download
File Operation
holo-client-2.3.0.jar download
holo-client-2.3.0.pom download
holo-client-2.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.alibaba.hologres</groupId>
  <artifactId>holo-client</artifactId>
  <version>2.3.0</version>
</dependency>
Gradle Groovy
implementation 'com.alibaba.hologres:holo-client:2.3.0'
Gradle Kotlin
implementation("com.alibaba.hologres:holo-client:2.3.0")
Scala SBT
libraryDependencies += "com.alibaba.hologres" % "holo-client" % "2.3.0"
Groovy Grape
@Grapes(
  @Grab(group='com.alibaba.hologres', module='holo-client', version='2.3.0')
)
Apache Ivy
<dependency org="com.alibaba.hologres" name="holo-client" rev="2.3.0" />
Leiningen
[com.alibaba.hologres/holo-client "2.3.0"]
Apache Buildr
'com.alibaba.hologres:holo-client:jar:2.3.0'