h

hologres-connector-hive-base

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