h

hologres-connector-hive-base

Files download
File Operation
hologres-connector-hive-base-1.1.0.jar download
hologres-connector-hive-base-1.1.0.pom download
hologres-connector-hive-base-1.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.alibaba.hologres</groupId>
  <artifactId>hologres-connector-hive-base</artifactId>
  <version>1.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.alibaba.hologres:hologres-connector-hive-base:1.1.0'
Gradle Kotlin
implementation("com.alibaba.hologres:hologres-connector-hive-base:1.1.0")
Scala SBT
libraryDependencies += "com.alibaba.hologres" % "hologres-connector-hive-base" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.alibaba.hologres', module='hologres-connector-hive-base', version='1.1.0')
)
Apache Ivy
<dependency org="com.alibaba.hologres" name="hologres-connector-hive-base" rev="1.1.0" />
Leiningen
[com.alibaba.hologres/hologres-connector-hive-base "1.1.0"]
Apache Buildr
'com.alibaba.hologres:hologres-connector-hive-base:jar:1.1.0'