h

hbase-error-prone

Module to hold error prone custom rules for HBase.
文件下载
文件名 操作
hbase-error-prone-2.1.3.jar 下载
hbase-error-prone-2.1.3.pom 下载
hbase-error-prone-2.1.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.hbase</groupId>
  <artifactId>hbase-error-prone</artifactId>
  <version>2.1.3</version>
</dependency>
Gradle Groovy
implementation 'org.apache.hbase:hbase-error-prone:2.1.3'
Gradle Kotlin
implementation("org.apache.hbase:hbase-error-prone:2.1.3")
Scala SBT
libraryDependencies += "org.apache.hbase" % "hbase-error-prone" % "2.1.3"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.hbase', module='hbase-error-prone', version='2.1.3')
)
Apache Ivy
<dependency org="org.apache.hbase" name="hbase-error-prone" rev="2.1.3" />
Leiningen
[org.apache.hbase/hbase-error-prone "2.1.3"]
Apache Buildr
'org.apache.hbase:hbase-error-prone:jar:2.1.3'