MVN

com.transferwise.tasks : tw-tasks-kafka-listener-spring-boot-starter

Maven & Gradle

Aug 07, 2023
70 stars

TwTasks Extension - Kafka Listener - Spring Boot starter · Autoconfigures extension for spring boot application

<dependency>
    <groupId>com.transferwise.tasks</groupId>
    <artifactId>tw-tasks-kafka-listener-spring-boot-starter</artifactId>
    <version>1.40.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.transferwise.tasks : tw-tasks-kafka-listener-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.40.3

All Versions

Choose a version of com.transferwise.tasks : tw-tasks-kafka-listener-spring-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.40.x
tw-tasks-kafka-listener-spring-boot-starter-1.40.3
tw-tasks-kafka-listener-spring-boot-starter-1.40.2
tw-tasks-kafka-listener-spring-boot-starter-1.40.0
1.39.x
tw-tasks-kafka-listener-spring-boot-starter-1.39.2
tw-tasks-kafka-listener-spring-boot-starter-1.39.1
tw-tasks-kafka-listener-spring-boot-starter-1.39.0
1.38.x
tw-tasks-kafka-listener-spring-boot-starter-1.38.0
1.37.x
tw-tasks-kafka-listener-spring-boot-starter-1.37.1
tw-tasks-kafka-listener-spring-boot-starter-1.37.0
1.36.x
tw-tasks-kafka-listener-spring-boot-starter-1.36.0
1.35.x
tw-tasks-kafka-listener-spring-boot-starter-1.35.0
1.34.x
tw-tasks-kafka-listener-spring-boot-starter-1.34.0
1.33.x
tw-tasks-kafka-listener-spring-boot-starter-1.33.1
tw-tasks-kafka-listener-spring-boot-starter-1.33.0
1.32.x
tw-tasks-kafka-listener-spring-boot-starter-1.32.1
1.29.x
tw-tasks-kafka-listener-spring-boot-starter-1.29.0

How to add a dependency to Maven

Add the following com.transferwise.tasks : tw-tasks-kafka-listener-spring-boot-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.transferwise.tasks</groupId>
    <artifactId>tw-tasks-kafka-listener-spring-boot-starter</artifactId>
    <version>1.40.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.transferwise.tasks : tw-tasks-kafka-listener-spring-boot-starter gradle dependency to your build.gradle file:

implementation 'com.transferwise.tasks:tw-tasks-kafka-listener-spring-boot-starter:1.40.3'

Gradle Kotlin DSL: Add the following com.transferwise.tasks : tw-tasks-kafka-listener-spring-boot-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("com.transferwise.tasks:tw-tasks-kafka-listener-spring-boot-starter:1.40.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.transferwise.tasks : tw-tasks-kafka-listener-spring-boot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.transferwise.tasks" % "tw-tasks-kafka-listener-spring-boot-starter" % "1.40.3"

Advertisement