h

holo-client

client for Hologres
https://www.hologres.io/
hologres client license
shangtang.hyb
文件下载
文件名 操作
holo-client-2.3.0.jar 下载
holo-client-2.3.0.pom 下载
holo-client-2.3.0-sources.jar 下载
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'