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