MVN

uy.kohesive.vertx : vertx-kinesis

Maven & Gradle

Feb 26, 2018
7 stars

Vertx-Kinesis · Connecting Vertx and Kinesis event bus

<dependency>
    <groupId>uy.kohesive.vertx</groupId>
    <artifactId>vertx-kinesis</artifactId>
    <version>1.0.0-BETA-01</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of uy.kohesive.vertx : vertx-kinesis to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0-BETA-01
  • Latest Beta: 1.0.0-BETA-01

All Versions

Choose a version of uy.kohesive.vertx : vertx-kinesis to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
vertx-kinesis-1.0.0-BETA-01

How to add a dependency to Maven

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

<dependency>
    <groupId>uy.kohesive.vertx</groupId>
    <artifactId>vertx-kinesis</artifactId>
    <version>1.0.0-BETA-01</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following uy.kohesive.vertx : vertx-kinesis gradle dependency to your build.gradle file:

implementation 'uy.kohesive.vertx:vertx-kinesis:1.0.0-BETA-01'

Gradle Kotlin DSL: Add the following uy.kohesive.vertx : vertx-kinesis gradle kotlin dependency to your build.gradle.kts file:

implementation("uy.kohesive.vertx:vertx-kinesis:1.0.0-BETA-01")

How to add a dependency to SBT Scala

SBT Scala: Add the following uy.kohesive.vertx : vertx-kinesis sbt scala dependency to your build.sbt file:

libraryDependencies += "uy.kohesive.vertx" % "vertx-kinesis" % "1.0.0-BETA-01"

Advertisement