h

hbase-error-prone

Module to hold error prone custom rules for HBase.
Files download
File Operation
hbase-error-prone-2.1.3_1.jar download
hbase-error-prone-2.1.3_1.pom download
hbase-error-prone-2.1.3_1-sources.jar download
Apache Maven
<dependency>
  <groupId>ch.cern.hbase</groupId>
  <artifactId>hbase-error-prone</artifactId>
  <version>2.1.3_1</version>
</dependency>
Gradle Groovy
implementation 'ch.cern.hbase:hbase-error-prone:2.1.3_1'
Gradle Kotlin
implementation("ch.cern.hbase:hbase-error-prone:2.1.3_1")
Scala SBT
libraryDependencies += "ch.cern.hbase" % "hbase-error-prone" % "2.1.3_1"
Groovy Grape
@Grapes(
  @Grab(group='ch.cern.hbase', module='hbase-error-prone', version='2.1.3_1')
)
Apache Ivy
<dependency org="ch.cern.hbase" name="hbase-error-prone" rev="2.1.3_1" />
Leiningen
[ch.cern.hbase/hbase-error-prone "2.1.3_1"]
Apache Buildr
'ch.cern.hbase:hbase-error-prone:jar:2.1.3_1'