MVN

uy.kohesive.vertx : vertx-sqs

Maven & Gradle

May 16, 2018
13 stars

Vertx-SQS · Connecting Vertx and AWS SQS

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

Latest Version

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

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

All Versions

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

Version Vulnerabilities Updated
1.0.x
vertx-sqs-1.0.0-BETA-02
vertx-sqs-1.0.0-BETA-01

How to add a dependency to Maven

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

<dependency>
    <groupId>uy.kohesive.vertx</groupId>
    <artifactId>vertx-sqs</artifactId>
    <version>1.0.0-BETA-02</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'uy.kohesive.vertx:vertx-sqs:1.0.0-BETA-02'

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

implementation("uy.kohesive.vertx:vertx-sqs:1.0.0-BETA-02")

How to add a dependency to SBT Scala

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

libraryDependencies += "uy.kohesive.vertx" % "vertx-sqs" % "1.0.0-BETA-02"