MVN

io.codemonastery : dropwizard-kinesis

Maven & Gradle

Jan 17, 2017

dropwizard-kinesis · Kinesis Integration for dropwizard

<dependency>
    <groupId>io.codemonastery</groupId>
    <artifactId>dropwizard-kinesis</artifactId>
    <version>0.9.2.20</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.codemonastery : dropwizard-kinesis to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.2.20

All Versions

Choose a version of io.codemonastery : dropwizard-kinesis to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
dropwizard-kinesis-0.9.2.20
dropwizard-kinesis-0.9.2.19
dropwizard-kinesis-0.9.2.18
dropwizard-kinesis-0.9.2.17
dropwizard-kinesis-0.9.2.16
dropwizard-kinesis-0.9.2.12
dropwizard-kinesis-0.9.2.11
dropwizard-kinesis-0.9.2.10
dropwizard-kinesis-0.9.2.9
dropwizard-kinesis-0.9.2.8
dropwizard-kinesis-0.9.2.7
dropwizard-kinesis-0.9.2.6
dropwizard-kinesis-0.9.2.5
dropwizard-kinesis-0.9.2.4
dropwizard-kinesis-0.9.2.3
dropwizard-kinesis-0.9.2.2
dropwizard-kinesis-0.9.2.1
dropwizard
dropwizard-kinesis-dropwizard-kinesis-0.9.2.15
0.0.x
dropwizard-kinesis-0.0.8
dropwizard-kinesis-0.0.7
dropwizard-kinesis-0.0.6
dropwizard-kinesis-0.0.5
dropwizard-kinesis-0.0.4
dropwizard-kinesis-0.0.3
dropwizard-kinesis-0.0.2
dropwizard-kinesis-0.0.1

How to add a dependency to Maven

Add the following io.codemonastery : dropwizard-kinesis maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.codemonastery</groupId>
    <artifactId>dropwizard-kinesis</artifactId>
    <version>0.9.2.20</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.codemonastery : dropwizard-kinesis gradle dependency to your build.gradle file:

implementation 'io.codemonastery:dropwizard-kinesis:0.9.2.20'

Gradle Kotlin DSL: Add the following io.codemonastery : dropwizard-kinesis gradle kotlin dependency to your build.gradle.kts file:

implementation("io.codemonastery:dropwizard-kinesis:0.9.2.20")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.codemonastery : dropwizard-kinesis sbt scala dependency to your build.sbt file:

libraryDependencies += "io.codemonastery" % "dropwizard-kinesis" % "0.9.2.20"

Advertisement