MVN

com.katanox : tabour

Maven & Gradle

Jul 28, 2023
5 stars

Tabour · Kotlin's library to make working with queues/topics much easier.

<dependency>
    <groupId>com.katanox</groupId>
    <artifactId>tabour</artifactId>
    <version>0.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.katanox : tabour to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.2
  • Latest Release Candidate: 0.2.0-rc1

All Versions

Choose a version of com.katanox : tabour to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
tabour-0.2.2
tabour-0.2.1
tabour-0.2.0-rc1
0.1.x
tabour-0.1.2
tabour-0.1.1
tabour-0.1.0
0.0.x
tabour-0.0.1

How to add a dependency to Maven

Add the following com.katanox : tabour maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.katanox</groupId>
    <artifactId>tabour</artifactId>
    <version>0.2.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.katanox : tabour gradle dependency to your build.gradle file:

implementation 'com.katanox:tabour:0.2.2'

Gradle Kotlin DSL: Add the following com.katanox : tabour gradle kotlin dependency to your build.gradle.kts file:

implementation("com.katanox:tabour:0.2.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.katanox : tabour sbt scala dependency to your build.sbt file:

libraryDependencies += "com.katanox" % "tabour" % "0.2.2"

Advertisement