Dropwizard Extra Curator

Dropwizard integration for working with ZooKeeper using Netflix's Curator client.

Лицензия

Лицензия

Категории

Категории

DropWizard Контейнер Микросервисы Данные
Группа

Группа

com.datasift.dropwizard
Идентификатор

Идентификатор

dropwizard-extra-curator
Последняя версия

Последняя версия

0.7.1-1
Дата

Дата

Тип

Тип

jar
Описание

Описание

Dropwizard Extra Curator
Dropwizard integration for working with ZooKeeper using Netflix's Curator client.
Организация-разработчик

Организация-разработчик

DataSift Inc.

Скачать dropwizard-extra-curator

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.datasift.dropwizard/dropwizard-extra-curator/ -->
<dependency>
    <groupId>com.datasift.dropwizard</groupId>
    <artifactId>dropwizard-extra-curator</artifactId>
    <version>0.7.1-1</version>
</dependency>
// https://jarcasting.com/artifacts/com.datasift.dropwizard/dropwizard-extra-curator/
implementation 'com.datasift.dropwizard:dropwizard-extra-curator:0.7.1-1'
// https://jarcasting.com/artifacts/com.datasift.dropwizard/dropwizard-extra-curator/
implementation ("com.datasift.dropwizard:dropwizard-extra-curator:0.7.1-1")
'com.datasift.dropwizard:dropwizard-extra-curator:jar:0.7.1-1'
<dependency org="com.datasift.dropwizard" name="dropwizard-extra-curator" rev="0.7.1-1">
  <artifact name="dropwizard-extra-curator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.datasift.dropwizard', module='dropwizard-extra-curator', version='0.7.1-1')
)
libraryDependencies += "com.datasift.dropwizard" % "dropwizard-extra-curator" % "0.7.1-1"
[com.datasift.dropwizard/dropwizard-extra-curator "0.7.1-1"]

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
io.dropwizard : dropwizard-core jar 0.7.1
com.datasift.dropwizard : dropwizard-extra-zookeeper jar 0.7.1-1
org.apache.curator : curator-framework jar 2.0.1-incubating

test (5)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.10
org.hamcrest : hamcrest-all jar 1.1
org.mockito : mockito-all jar 1.9.0
org.powermock : powermock-module-junit4 jar 1.5.4
org.powermock : powermock-api-mockito jar 1.4.12

Модули Проекта

Данный проект не имеет модулей.

Dropwizard Extra

For those not content with the already excellent Dropwizard

This is a bunch of additional abstractions and utilities that extend Dropwizard.

To keep the nightmare of transitive dependencies at bay, there are several modules:

Full documentation for the latest release is available on the generated Maven Site.

Usage

Dropwizard Extra is published to Maven Central, so just add the module(s) you wish to use to your pom.xml:

<dependencies>
    <dependency>
        <groupId>com.datasift.dropwizard</groupId>
        <artifactId>dropwizard-extra-core</artifactId>
        <version>0.6.2-1</version>
    </dependency>
</dependencies>

Or whatever you need to do to make SBT/Gradle/Ivy/Buildr/etc. happy.

Versioning

Dropwizard Extra is versioned in lock-step with upstream Dropwizard.

All Dropwizard Extra modules have a transitive dependency on the version of Dropwizard they're built against. The versioning scheme for Dropwizard Extra is as follows:

${dropwizard.version}-{dw-extra.release.number}

The "release number" signifies the differences between two builds of Dropwizard Extra that are built against the same upstream version of Dropwizard.

The practical consequence of this is that an upgrade of Dropwizard Extra will often require an upgrade of Dropwizard itself, however, this is always clearly indicated by the version number of Dropwizard Extra itself.

License

This software is licensed under the Apache License Version 2.0

com.datasift.dropwizard

DataSift

Версии библиотеки

Версия
0.7.1-1
0.6.2-6
0.6.2-5
0.6.2-4
0.6.2-3
0.6.2-2
0.6.2-1