is not current version
Last Version 2.1.2

com.bazaarvoice.curator:recipes 1.4.2

Additional recipes built on top of Netflix's Curator.

GroupId

GroupId

com.bazaarvoice.curator
ArtifactId

ArtifactId

recipes
Version

Version

1.4.2
Type

Type

jar

Download recipes 1.4.2


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