h

hbase-annotations

Copy of Hadoop's annotations for HBase
Files download
File Operation
hbase-annotations-1.1.10.jar download
hbase-annotations-1.1.10.pom download
hbase-annotations-1.1.10-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.hbase</groupId>
  <artifactId>hbase-annotations</artifactId>
  <version>1.1.10</version>
</dependency>
Gradle Groovy
implementation 'org.apache.hbase:hbase-annotations:1.1.10'
Gradle Kotlin
implementation("org.apache.hbase:hbase-annotations:1.1.10")
Scala SBT
libraryDependencies += "org.apache.hbase" % "hbase-annotations" % "1.1.10"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.hbase', module='hbase-annotations', version='1.1.10')
)
Apache Ivy
<dependency org="org.apache.hbase" name="hbase-annotations" rev="1.1.10" />
Leiningen
[org.apache.hbase/hbase-annotations "1.1.10"]
Apache Buildr
'org.apache.hbase:hbase-annotations:jar:1.1.10'