h

hetu-metastore

Hetu - Hetu Metastore
Files download
File Operation
hetu-metastore-1.6.1.jar download
hetu-metastore-1.6.1.pom download
hetu-metastore-1.6.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.hetu.core</groupId>
  <artifactId>hetu-metastore</artifactId>
  <version>1.6.1</version>
  <type>hetu-plugin</type>
</dependency>
Gradle Groovy
implementation 'io.hetu.core:hetu-metastore:1.6.1'
Gradle Kotlin
implementation("io.hetu.core:hetu-metastore:1.6.1")
Scala SBT
libraryDependencies += "io.hetu.core" % "hetu-metastore" % "1.6.1"
Groovy Grape
@Grapes(
  @Grab(group='io.hetu.core', module='hetu-metastore', version='1.6.1')
)
Apache Ivy
<dependency org="io.hetu.core" name="hetu-metastore" rev="1.6.1" />
Leiningen
[io.hetu.core/hetu-metastore "1.6.1"]
Apache Buildr
'io.hetu.core:hetu-metastore:jar:1.6.1'