is not current version
Last Version 2.1.4

org.apache.hbase:hbase-error-prone 2.1.3

Module to hold error prone custom rules for HBase.

Categories

Categories

Error Prone Application Testing & Monitoring Code Analysis
GroupId

GroupId

org.apache.hbase
ArtifactId

ArtifactId

hbase-error-prone
Version

Version

2.1.3
Type

Type

jar

Download hbase-error-prone 2.1.3


<!-- https://jarcasting.com/artifacts/org.apache.hbase/hbase-error-prone/ -->
<dependency>
    <groupId>org.apache.hbase</groupId>
    <artifactId>hbase-error-prone</artifactId>
    <version>2.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.hbase/hbase-error-prone/
implementation 'org.apache.hbase:hbase-error-prone:2.1.3'
// https://jarcasting.com/artifacts/org.apache.hbase/hbase-error-prone/
implementation ("org.apache.hbase:hbase-error-prone:2.1.3")
'org.apache.hbase:hbase-error-prone:jar:2.1.3'
<dependency org="org.apache.hbase" name="hbase-error-prone" rev="2.1.3">
  <artifact name="hbase-error-prone" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.hbase', module='hbase-error-prone', version='2.1.3')
)
libraryDependencies += "org.apache.hbase" % "hbase-error-prone" % "2.1.3"
[org.apache.hbase/hbase-error-prone "2.1.3"]