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