MVN

com.zanox.vertx.mods : mod-kinesis

Maven & Gradle

Aug 27, 2015
8 stars

Project - mod-kinesis · Amazon Kinesis module for Vert.x framework

<dependency>
    <groupId>com.zanox.vertx.mods</groupId>
    <artifactId>mod-kinesis</artifactId>
    <version>1.4.21</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.zanox.vertx.mods : mod-kinesis to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.21

All Versions

Choose a version of com.zanox.vertx.mods : mod-kinesis to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
mod-kinesis-1.4.21
mod-kinesis-1.4.17
mod-kinesis-1.4.14
mod-kinesis-1.4.13
mod-kinesis-1.4.8
mod-kinesis-1.4.0

How to add a dependency to Maven

Add the following com.zanox.vertx.mods : mod-kinesis maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.zanox.vertx.mods</groupId>
    <artifactId>mod-kinesis</artifactId>
    <version>1.4.21</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.zanox.vertx.mods : mod-kinesis gradle dependency to your build.gradle file:

implementation 'com.zanox.vertx.mods:mod-kinesis:1.4.21'

Gradle Kotlin DSL: Add the following com.zanox.vertx.mods : mod-kinesis gradle kotlin dependency to your build.gradle.kts file:

implementation("com.zanox.vertx.mods:mod-kinesis:1.4.21")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.zanox.vertx.mods : mod-kinesis sbt scala dependency to your build.sbt file:

libraryDependencies += "com.zanox.vertx.mods" % "mod-kinesis" % "1.4.21"

Advertisement