MVN

org.sdase.commons : sda-commons-server-kafka-confluent-testing

Maven & Gradle

Jan 07, 2021
1 usages
36 stars

org.sdase.commons:sda-commons-server-kafka-confluent-testing · A libraries to bootstrap services easily that follow the patterns and specifications promoted by the SDA SE

<dependency>
    <groupId>org.sdase.commons</groupId>
    <artifactId>sda-commons-server-kafka-confluent-testing</artifactId>
    <version>1.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.sdase.commons : sda-commons-server-kafka-confluent-testing to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.3

All Versions

Choose a version of org.sdase.commons : sda-commons-server-kafka-confluent-testing to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
sda-commons-server-kafka-confluent-testing-1.1.3
sda-commons-server-kafka-confluent-testing-1.1.2
sda-commons-server-kafka-confluent-testing-1.1.1
sda-commons-server-kafka-confluent-testing-1.1.0
1.0.x
sda-commons-server-kafka-confluent-testing-1.0.1
sda-commons-server-kafka-confluent-testing-1.0.0
0.84.x
sda-commons-server-kafka-confluent-testing-0.84.10
sda-commons-server-kafka-confluent-testing-0.84.9
sda-commons-server-kafka-confluent-testing-0.84.8
sda-commons-server-kafka-confluent-testing-0.84.7
sda-commons-server-kafka-confluent-testing-0.84.6
sda-commons-server-kafka-confluent-testing-0.84.5
sda-commons-server-kafka-confluent-testing-0.84.4
sda-commons-server-kafka-confluent-testing-0.84.3
sda-commons-server-kafka-confluent-testing-0.84.2
sda-commons-server-kafka-confluent-testing-0.84.1
sda-commons-server-kafka-confluent-testing-0.84.0
0.83.x
sda-commons-server-kafka-confluent-testing-0.83.2
sda-commons-server-kafka-confluent-testing-0.83.1
sda-commons-server-kafka-confluent-testing-0.83.0
0.82.x
sda-commons-server-kafka-confluent-testing-0.82.9
sda-commons-server-kafka-confluent-testing-0.82.8
sda-commons-server-kafka-confluent-testing-0.82.7
sda-commons-server-kafka-confluent-testing-0.82.6
sda-commons-server-kafka-confluent-testing-0.82.5
sda-commons-server-kafka-confluent-testing-0.82.4
sda-commons-server-kafka-confluent-testing-0.82.3
sda-commons-server-kafka-confluent-testing-0.82.2
sda-commons-server-kafka-confluent-testing-0.82.1
sda-commons-server-kafka-confluent-testing-0.82.0
0.81.x
sda-commons-server-kafka-confluent-testing-0.81.11
sda-commons-server-kafka-confluent-testing-0.81.10
sda-commons-server-kafka-confluent-testing-0.81.9
sda-commons-server-kafka-confluent-testing-0.81.8
sda-commons-server-kafka-confluent-testing-0.81.7
sda-commons-server-kafka-confluent-testing-0.81.6
sda-commons-server-kafka-confluent-testing-0.81.5
sda-commons-server-kafka-confluent-testing-0.81.4
sda-commons-server-kafka-confluent-testing-0.81.3
sda-commons-server-kafka-confluent-testing-0.81.2
sda-commons-server-kafka-confluent-testing-0.81.1
sda-commons-server-kafka-confluent-testing-0.81.0
0.80.x
sda-commons-server-kafka-confluent-testing-0.80.8
sda-commons-server-kafka-confluent-testing-0.80.7
sda-commons-server-kafka-confluent-testing-0.80.6

How to add a dependency to Maven

Add the following org.sdase.commons : sda-commons-server-kafka-confluent-testing maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.sdase.commons</groupId>
    <artifactId>sda-commons-server-kafka-confluent-testing</artifactId>
    <version>1.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.sdase.commons : sda-commons-server-kafka-confluent-testing gradle dependency to your build.gradle file:

implementation 'org.sdase.commons:sda-commons-server-kafka-confluent-testing:1.1.3'

Gradle Kotlin DSL: Add the following org.sdase.commons : sda-commons-server-kafka-confluent-testing gradle kotlin dependency to your build.gradle.kts file:

implementation("org.sdase.commons:sda-commons-server-kafka-confluent-testing:1.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.sdase.commons : sda-commons-server-kafka-confluent-testing sbt scala dependency to your build.sbt file:

libraryDependencies += "org.sdase.commons" % "sda-commons-server-kafka-confluent-testing" % "1.1.3"

Advertisement