MVN

com.bakdata.fluent-kafka-streams-tests : schema-registry-mock-junit4

Maven & Gradle

Jun 05, 2023
89 stars

com.bakdata.fluent-kafka-streams-tests:schema-registry-mock-junit4 · Mocks the HTTP endpoint of the schema registry for seamlessly testing topologies with Avro serdes

<dependency>
    <groupId>com.bakdata.fluent-kafka-streams-tests</groupId>
    <artifactId>schema-registry-mock-junit4</artifactId>
    <version>2.9.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.bakdata.fluent-kafka-streams-tests : schema-registry-mock-junit4 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.9.0

All Versions

Choose a version of com.bakdata.fluent-kafka-streams-tests : schema-registry-mock-junit4 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.9.x
schema-registry-mock-junit4-2.9.0
2.8.x
schema-registry-mock-junit4-2.8.2
schema-registry-mock-junit4-2.8.1
schema-registry-mock-junit4-2.8.0
2.7.x
schema-registry-mock-junit4-2.7.1
schema-registry-mock-junit4-2.7.0
2.6.x
schema-registry-mock-junit4-2.6.0
2.5.x
schema-registry-mock-junit4-2.5.5
schema-registry-mock-junit4-2.5.4
schema-registry-mock-junit4-2.5.3
schema-registry-mock-junit4-2.5.2
schema-registry-mock-junit4-2.5.1
schema-registry-mock-junit4-2.5.0
2.4.x
schema-registry-mock-junit4-2.4.3
schema-registry-mock-junit4-2.4.2
schema-registry-mock-junit4-2.4.1
schema-registry-mock-junit4-2.4.0
2.3.x
schema-registry-mock-junit4-2.3.1
schema-registry-mock-junit4-2.3.0
2.2.x
schema-registry-mock-junit4-2.2.1
schema-registry-mock-junit4-2.2.0
2.1.x
schema-registry-mock-junit4-2.1.0
2.0.x
schema-registry-mock-junit4-2.0.4
schema-registry-mock-junit4-2.0.3
schema-registry-mock-junit4-2.0.2
schema-registry-mock-junit4-2.0.1
schema-registry-mock-junit4-2.0.0

How to add a dependency to Maven

Add the following com.bakdata.fluent-kafka-streams-tests : schema-registry-mock-junit4 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.bakdata.fluent-kafka-streams-tests</groupId>
    <artifactId>schema-registry-mock-junit4</artifactId>
    <version>2.9.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.bakdata.fluent-kafka-streams-tests : schema-registry-mock-junit4 gradle dependency to your build.gradle file:

implementation 'com.bakdata.fluent-kafka-streams-tests:schema-registry-mock-junit4:2.9.0'

Gradle Kotlin DSL: Add the following com.bakdata.fluent-kafka-streams-tests : schema-registry-mock-junit4 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.bakdata.fluent-kafka-streams-tests:schema-registry-mock-junit4:2.9.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.bakdata.fluent-kafka-streams-tests : schema-registry-mock-junit4 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.bakdata.fluent-kafka-streams-tests" % "schema-registry-mock-junit4" % "2.9.0"