Categories |
CategoriesError Prone Application Testing & Monitoring Code Analysis |
---|---|
GroupId | GroupIdorg.apache.hbase |
ArtifactId | ArtifactIdhbase-error-prone |
Version | Version2.1.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.hbase/hbase-error-prone/ -->
<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-error-prone</artifactId>
<version>2.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.hbase/hbase-error-prone/
implementation 'org.apache.hbase:hbase-error-prone:2.1.2'
// https://jarcasting.com/artifacts/org.apache.hbase/hbase-error-prone/
implementation ("org.apache.hbase:hbase-error-prone:2.1.2")
'org.apache.hbase:hbase-error-prone:jar:2.1.2'
<dependency org="org.apache.hbase" name="hbase-error-prone" rev="2.1.2">
<artifact name="hbase-error-prone" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.hbase', module='hbase-error-prone', version='2.1.2')
)
libraryDependencies += "org.apache.hbase" % "hbase-error-prone" % "2.1.2"
[org.apache.hbase/hbase-error-prone "2.1.2"]