h

hologres-connector-hive-base

文件下载
文件名 操作
hologres-connector-hive-base-1.4.3.jar 下载
hologres-connector-hive-base-1.4.3.pom 下载
hologres-connector-hive-base-1.4.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.alibaba.hologres</groupId>
  <artifactId>hologres-connector-hive-base</artifactId>
  <version>1.4.3</version>
</dependency>
Gradle Groovy
implementation 'com.alibaba.hologres:hologres-connector-hive-base:1.4.3'
Gradle Kotlin
implementation("com.alibaba.hologres:hologres-connector-hive-base:1.4.3")
Scala SBT
libraryDependencies += "com.alibaba.hologres" % "hologres-connector-hive-base" % "1.4.3"
Groovy Grape
@Grapes(
  @Grab(group='com.alibaba.hologres', module='hologres-connector-hive-base', version='1.4.3')
)
Apache Ivy
<dependency org="com.alibaba.hologres" name="hologres-connector-hive-base" rev="1.4.3" />
Leiningen
[com.alibaba.hologres/hologres-connector-hive-base "1.4.3"]
Apache Buildr
'com.alibaba.hologres:hologres-connector-hive-base:jar:1.4.3'