s

schemaregistry-junit5

A library that provides an in-memory instance of Confluent Schema Registry to run your tests against.
https://github.com/data-rocks-team/schemaregistry-junit
MIT License
Francesco Nobilia
文件下载
文件名 操作
schemaregistry-junit5-0.1.1.jar 下载
schemaregistry-junit5-0.1.1.pom 下载
schemaregistry-junit5-0.1.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.data-rocks-team</groupId>
  <artifactId>schemaregistry-junit5</artifactId>
  <version>0.1.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.data-rocks-team:schemaregistry-junit5:0.1.1'
Gradle Kotlin
implementation("io.github.data-rocks-team:schemaregistry-junit5:0.1.1")
Scala SBT
libraryDependencies += "io.github.data-rocks-team" % "schemaregistry-junit5" % "0.1.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.data-rocks-team', module='schemaregistry-junit5', version='0.1.1')
)
Apache Ivy
<dependency org="io.github.data-rocks-team" name="schemaregistry-junit5" rev="0.1.1" />
Leiningen
[io.github.data-rocks-team/schemaregistry-junit5 "0.1.1"]
Apache Buildr
'io.github.data-rocks-team:schemaregistry-junit5:jar:0.1.1'