| Группа | Группаorg.apache.hbase |
|---|---|
| Идентификатор | Идентификаторhbase-annotations |
| Версия | Версия2.0.6 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| hbase-annotations-2.0.6.pom | |
| hbase-annotations-2.0.6.jar | 6 KB |
| hbase-annotations-2.0.6-tests.jar | 14 KB |
| hbase-annotations-2.0.6-test-sources.jar | 25 KB |
| hbase-annotations-2.0.6-sources.jar | 6 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.hbase/hbase-annotations/ -->
<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-annotations</artifactId>
<version>2.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.hbase/hbase-annotations/
implementation 'org.apache.hbase:hbase-annotations:2.0.6'
// https://jarcasting.com/artifacts/org.apache.hbase/hbase-annotations/
implementation ("org.apache.hbase:hbase-annotations:2.0.6")
'org.apache.hbase:hbase-annotations:jar:2.0.6'
<dependency org="org.apache.hbase" name="hbase-annotations" rev="2.0.6">
<artifact name="hbase-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.hbase', module='hbase-annotations', version='2.0.6')
)
libraryDependencies += "org.apache.hbase" % "hbase-annotations" % "2.0.6"
[org.apache.hbase/hbase-annotations "2.0.6"]