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