c

commons-hbase

文件下载
文件名 操作
commons-hbase-1.2.1.jar 下载
commons-hbase-1.2.1.pom 下载
commons-hbase-1.2.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.icodegarden</groupId>
  <artifactId>commons-hbase</artifactId>
  <version>1.2.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.icodegarden:commons-hbase:1.2.1'
Gradle Kotlin
implementation("io.github.icodegarden:commons-hbase:1.2.1")
Scala SBT
libraryDependencies += "io.github.icodegarden" % "commons-hbase" % "1.2.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.icodegarden', module='commons-hbase', version='1.2.1')
)
Apache Ivy
<dependency org="io.github.icodegarden" name="commons-hbase" rev="1.2.1" />
Leiningen
[io.github.icodegarden/commons-hbase "1.2.1"]
Apache Buildr
'io.github.icodegarden:commons-hbase:jar:1.2.1'