| Категории |
КатегорииDropWizard Контейнер Микросервисы Данные |
|---|---|
| Группа | Группаcom.datasift.dropwizard |
| Идентификатор | Идентификаторdropwizard-extra-hbase |
| Версия | Версия0.6.2-5 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| dropwizard-extra-hbase-0.6.2-5.pom | |
| dropwizard-extra-hbase-0.6.2-5.jar | 46 KB |
| dropwizard-extra-hbase-0.6.2-5-sources.jar | 24 KB |
| dropwizard-extra-hbase-0.6.2-5-javadoc.jar | 159 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.datasift.dropwizard/dropwizard-extra-hbase/ -->
<dependency>
<groupId>com.datasift.dropwizard</groupId>
<artifactId>dropwizard-extra-hbase</artifactId>
<version>0.6.2-5</version>
</dependency>
// https://jarcasting.com/artifacts/com.datasift.dropwizard/dropwizard-extra-hbase/
implementation 'com.datasift.dropwizard:dropwizard-extra-hbase:0.6.2-5'
// https://jarcasting.com/artifacts/com.datasift.dropwizard/dropwizard-extra-hbase/
implementation ("com.datasift.dropwizard:dropwizard-extra-hbase:0.6.2-5")
'com.datasift.dropwizard:dropwizard-extra-hbase:jar:0.6.2-5'
<dependency org="com.datasift.dropwizard" name="dropwizard-extra-hbase" rev="0.6.2-5">
<artifact name="dropwizard-extra-hbase" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.datasift.dropwizard', module='dropwizard-extra-hbase', version='0.6.2-5')
)
libraryDependencies += "com.datasift.dropwizard" % "dropwizard-extra-hbase" % "0.6.2-5"
[com.datasift.dropwizard/dropwizard-extra-hbase "0.6.2-5"]