GroupId | GroupIdorg.apache.hbase.thirdparty |
---|---|
ArtifactId | ArtifactIdhbase-thirdparty |
Version | Version3.1.0 |
Type | Typepom |
Filename | Size |
---|---|
hbase-thirdparty-3.1.0.pom | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.hbase.thirdparty/hbase-thirdparty/ -->
<dependency>
<groupId>org.apache.hbase.thirdparty</groupId>
<artifactId>hbase-thirdparty</artifactId>
<version>3.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.hbase.thirdparty/hbase-thirdparty/
implementation 'org.apache.hbase.thirdparty:hbase-thirdparty:3.1.0'
// https://jarcasting.com/artifacts/org.apache.hbase.thirdparty/hbase-thirdparty/
implementation ("org.apache.hbase.thirdparty:hbase-thirdparty:3.1.0")
'org.apache.hbase.thirdparty:hbase-thirdparty:pom:3.1.0'
<dependency org="org.apache.hbase.thirdparty" name="hbase-thirdparty" rev="3.1.0">
<artifact name="hbase-thirdparty" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.hbase.thirdparty', module='hbase-thirdparty', version='3.1.0')
)
libraryDependencies += "org.apache.hbase.thirdparty" % "hbase-thirdparty" % "3.1.0"
[org.apache.hbase.thirdparty/hbase-thirdparty "3.1.0"]