| Группа | Группаcom.bazaarvoice.curator |
|---|---|
| Идентификатор | Идентификаторrecipes |
| Версия | Версия2.1.2 |
| Тип | Типjar |
| Описание |
Описаниеrecipes
Additional recipes built on top of Netflix's Curator.
|
| Имя Файла | Размер |
|---|---|
| recipes-2.1.2.pom | |
| recipes-2.1.2.jar | 28 KB |
| recipes-2.1.2-sources.jar | 11 KB |
| recipes-2.1.2-javadoc.jar | 52 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.bazaarvoice.curator/recipes/ -->
<dependency>
<groupId>com.bazaarvoice.curator</groupId>
<artifactId>recipes</artifactId>
<version>2.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.bazaarvoice.curator/recipes/
implementation 'com.bazaarvoice.curator:recipes:2.1.2'
// https://jarcasting.com/artifacts/com.bazaarvoice.curator/recipes/
implementation ("com.bazaarvoice.curator:recipes:2.1.2")
'com.bazaarvoice.curator:recipes:jar:2.1.2'
<dependency org="com.bazaarvoice.curator" name="recipes" rev="2.1.2">
<artifact name="recipes" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bazaarvoice.curator', module='recipes', version='2.1.2')
)
libraryDependencies += "com.bazaarvoice.curator" % "recipes" % "2.1.2"
[com.bazaarvoice.curator/recipes "2.1.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.curator : curator-recipes | jar | 4.2.0 |
| org.apache.zookeeper : zookeeper | jar | 3.5.6 |
| com.google.guava : guava | jar | 28.0-jre |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.bazaarvoice.curator : test | jar | 2.1.2 |
| junit : junit | jar | 4.13 |
| org.slf4j : slf4j-simple | jar | 1.7.26 |