MVN

com.weightwatchers : reactive-kinesis_2.11

Maven & Gradle

Apr 02, 2019
34 stars

reactive-kinesis · reactive-kinesis

<dependency>
    <groupId>com.weightwatchers</groupId>
    <artifactId>reactive-kinesis_2.11</artifactId>
    <version>0.6.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.weightwatchers : reactive-kinesis_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.12

All Versions

Choose a version of com.weightwatchers : reactive-kinesis_2.11 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
reactive-kinesis_2.11-0.6.12
reactive-kinesis_2.11-0.6.11
reactive-kinesis_2.11-0.6.10
reactive-kinesis_2.11-0.6.9
reactive-kinesis_2.11-0.6.8
reactive-kinesis_2.11-0.6.6
reactive-kinesis_2.11-0.6.5
reactive-kinesis_2.11-0.6.0
0.5.x
reactive-kinesis_2.11-0.5.5
reactive-kinesis_2.11-0.5.4
reactive-kinesis_2.11-0.5.3
reactive-kinesis_2.11-0.5.2
reactive-kinesis_2.11-0.5.1
reactive-kinesis_2.11-0.5.0
0.2.x
reactive-kinesis_2.11-0.2.0
reactive-kinesis_2.11-0.2.0-M1
0.1.x
reactive-kinesis_2.11-0.1.25
reactive-kinesis_2.11-0.1.15

How to add a dependency to Maven

Add the following com.weightwatchers : reactive-kinesis_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.weightwatchers</groupId>
    <artifactId>reactive-kinesis_2.11</artifactId>
    <version>0.6.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.weightwatchers : reactive-kinesis_2.11 gradle dependency to your build.gradle file:

implementation 'com.weightwatchers:reactive-kinesis_2.11:0.6.12'

Gradle Kotlin DSL: Add the following com.weightwatchers : reactive-kinesis_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.weightwatchers:reactive-kinesis_2.11:0.6.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.weightwatchers : reactive-kinesis_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.weightwatchers" % "reactive-kinesis_2.11" % "0.6.12"