License |
License |
---|---|
Categories |
CategoriesError Prone Application Testing & Monitoring Code Analysis |
GroupId | GroupIdorg.apache.hbase |
ArtifactId | ArtifactIdhbase-error-prone |
Last Version | Last Version2.1.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache HBase - Error Prone Rules
Module to hold error prone custom rules for HBase.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.apache.hbase/hbase-error-prone/ -->
<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-error-prone</artifactId>
<version>2.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.hbase/hbase-error-prone/
implementation 'org.apache.hbase:hbase-error-prone:2.1.4'
// https://jarcasting.com/artifacts/org.apache.hbase/hbase-error-prone/
implementation ("org.apache.hbase:hbase-error-prone:2.1.4")
'org.apache.hbase:hbase-error-prone:jar:2.1.4'
<dependency org="org.apache.hbase" name="hbase-error-prone" rev="2.1.4">
<artifact name="hbase-error-prone" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.hbase', module='hbase-error-prone', version='2.1.4')
)
libraryDependencies += "org.apache.hbase" % "hbase-error-prone" % "2.1.4"
[org.apache.hbase/hbase-error-prone "2.1.4"]
Group / Artifact | Type | Version |
---|---|---|
com.google.auto.service : auto-service Optional | jar | 1.0-rc3 |
junit : junit | jar | 4.12 |
Group / Artifact | Type | Version |
---|---|---|
com.google.errorprone : error_prone_annotation | jar | 2.2.0 |
com.google.errorprone : error_prone_check_api | jar | 2.2.0 |
com.google.errorprone : javac | jar | 9-dev-r4023-3 |