h

hetu-metastore

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