MVN

com.xyzla : kafka-spring-boot-starter-test

Maven & Gradle

Aug 01, 2022
0 stars

kafka-spring-boot-starter-test · kafka-spring-boot-starter-test

<dependency>
    <groupId>com.xyzla</groupId>
    <artifactId>kafka-spring-boot-starter-test</artifactId>
    <version>1.1.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.xyzla : kafka-spring-boot-starter-test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.16

All Versions

Choose a version of com.xyzla : kafka-spring-boot-starter-test to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
kafka-spring-boot-starter-test-1.1.16
kafka-spring-boot-starter-test-1.1.15
kafka-spring-boot-starter-test-1.1.14
kafka-spring-boot-starter-test-1.1.12
kafka-spring-boot-starter-test-1.1.11
kafka-spring-boot-starter-test-1.1.9
kafka-spring-boot-starter-test-1.1.8
kafka-spring-boot-starter-test-1.1.7

How to add a dependency to Maven

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

<dependency>
    <groupId>com.xyzla</groupId>
    <artifactId>kafka-spring-boot-starter-test</artifactId>
    <version>1.1.16</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.xyzla : kafka-spring-boot-starter-test gradle dependency to your build.gradle file:

implementation 'com.xyzla:kafka-spring-boot-starter-test:1.1.16'

Gradle Kotlin DSL: Add the following com.xyzla : kafka-spring-boot-starter-test gradle kotlin dependency to your build.gradle.kts file:

implementation("com.xyzla:kafka-spring-boot-starter-test:1.1.16")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.xyzla : kafka-spring-boot-starter-test sbt scala dependency to your build.sbt file:

libraryDependencies += "com.xyzla" % "kafka-spring-boot-starter-test" % "1.1.16"

Advertisement