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