MVN

com.bazaarvoice.curator : recipes

Maven & Gradle

Jan 15, 2020
15 usages
15 stars

recipes · Additional recipes built on top of Netflix's Curator.

<dependency>
    <groupId>com.bazaarvoice.curator</groupId>
    <artifactId>recipes</artifactId>
    <version>2.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.bazaarvoice.curator : recipes to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.2

All Versions

Choose a version of com.bazaarvoice.curator : recipes to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
recipes-2.1.2
recipes-2.1.1
recipes-2.1.0
2.0.x
recipes-2.0.1
recipes-2.0.0
1.5.x
recipes-1.5.2
recipes-1.5.1
1.4.x
recipes-1.4.5
recipes-1.4.4
recipes-1.4.3
recipes-1.4.2
recipes-1.4.1
recipes-1.4.0
1.3.x
recipes-1.3.2
recipes-1.3.1
1.2.x
recipes-1.2.1
recipes-1.2.0
1.1.x
recipes-1.1.1
recipes-1.1.0
1.0.x
recipes-1.0.6
recipes-1.0.5
recipes-1.0.4
recipes-1.0.3
recipes-1.0.2
recipes-1.0.1
recipes-1.0.0

How to add a dependency to Maven

Add the following com.bazaarvoice.curator : recipes maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.bazaarvoice.curator</groupId>
    <artifactId>recipes</artifactId>
    <version>2.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.bazaarvoice.curator : recipes gradle dependency to your build.gradle file:

implementation 'com.bazaarvoice.curator:recipes:2.1.2'

Gradle Kotlin DSL: Add the following com.bazaarvoice.curator : recipes gradle kotlin dependency to your build.gradle.kts file:

implementation("com.bazaarvoice.curator:recipes:2.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.bazaarvoice.curator : recipes sbt scala dependency to your build.sbt file:

libraryDependencies += "com.bazaarvoice.curator" % "recipes" % "2.1.2"

Advertisement