h

holo-client

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