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