MVN

io.skullabs.kikaha : kikaha-uworkers-aws-sqs

Maven & Gradle

Mar 22, 2017
60 stars

Kikaha: micro Workers: AWS SQS Connector

<dependency>
    <groupId>io.skullabs.kikaha</groupId>
    <artifactId>kikaha-uworkers-aws-sqs</artifactId>
    <version>2.1.0-alpha9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.skullabs.kikaha : kikaha-uworkers-aws-sqs to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.0-alpha9
  • Latest Alpha: 2.1.0-alpha9

All Versions

Choose a version of io.skullabs.kikaha : kikaha-uworkers-aws-sqs to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
kikaha-uworkers-aws-sqs-2.1.0-alpha9
kikaha-uworkers-aws-sqs-2.1.0-alpha8
kikaha-uworkers-aws-sqs-2.1.0-alpha7
kikaha-uworkers-aws-sqs-2.1.0-alpha6
kikaha-uworkers-aws-sqs-2.1.0-alpha5
kikaha-uworkers-aws-sqs-2.1.0-alpha4
kikaha-uworkers-aws-sqs-2.1.0-alpha3
kikaha-uworkers-aws-sqs-2.1.0-alpha2

How to add a dependency to Maven

Add the following io.skullabs.kikaha : kikaha-uworkers-aws-sqs maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.skullabs.kikaha</groupId>
    <artifactId>kikaha-uworkers-aws-sqs</artifactId>
    <version>2.1.0-alpha9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.skullabs.kikaha : kikaha-uworkers-aws-sqs gradle dependency to your build.gradle file:

implementation 'io.skullabs.kikaha:kikaha-uworkers-aws-sqs:2.1.0-alpha9'

Gradle Kotlin DSL: Add the following io.skullabs.kikaha : kikaha-uworkers-aws-sqs gradle kotlin dependency to your build.gradle.kts file:

implementation("io.skullabs.kikaha:kikaha-uworkers-aws-sqs:2.1.0-alpha9")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.skullabs.kikaha : kikaha-uworkers-aws-sqs sbt scala dependency to your build.sbt file:

libraryDependencies += "io.skullabs.kikaha" % "kikaha-uworkers-aws-sqs" % "2.1.0-alpha9"