is not current version
Last Version 3.0.0-alpha-2

org.apache.hbase:hbase-checkstyle 2.4.7

Module to hold Checkstyle properties for HBase.

Categories

Categories

Checkstyle Application Testing & Monitoring Code Analysis
GroupId

GroupId

org.apache.hbase
ArtifactId

ArtifactId

hbase-checkstyle
Version

Version

2.4.7
Type

Type

jar

Download hbase-checkstyle 2.4.7


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