License |
License |
---|---|
Categories |
CategoriesCheckstyle Application Testing & Monitoring Code Analysis |
GroupId | GroupIdorg.apache.hbase |
ArtifactId | ArtifactIdhbase-checkstyle |
Last Version | Last Version3.0.0-alpha-2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache HBase - Checkstyle
Module to hold Checkstyle properties for HBase.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.apache.hbase/hbase-checkstyle/ -->
<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-checkstyle</artifactId>
<version>3.0.0-alpha-2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.hbase/hbase-checkstyle/
implementation 'org.apache.hbase:hbase-checkstyle:3.0.0-alpha-2'
// https://jarcasting.com/artifacts/org.apache.hbase/hbase-checkstyle/
implementation ("org.apache.hbase:hbase-checkstyle:3.0.0-alpha-2")
'org.apache.hbase:hbase-checkstyle:jar:3.0.0-alpha-2'
<dependency org="org.apache.hbase" name="hbase-checkstyle" rev="3.0.0-alpha-2">
<artifact name="hbase-checkstyle" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.hbase', module='hbase-checkstyle', version='3.0.0-alpha-2')
)
libraryDependencies += "org.apache.hbase" % "hbase-checkstyle" % "3.0.0-alpha-2"
[org.apache.hbase/hbase-checkstyle "3.0.0-alpha-2"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13 |