s

systemtests

Files download
File Operation
systemtests-3.0.0.CR2.jar download
systemtests-3.0.0.CR2.pom download
systemtests-3.0.0.CR2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.debezium</groupId>
  <artifactId>systemtests</artifactId>
  <version>3.0.0.CR2</version>
</dependency>
Gradle Groovy
implementation 'io.debezium:systemtests:3.0.0.CR2'
Gradle Kotlin
implementation("io.debezium:systemtests:3.0.0.CR2")
Scala SBT
libraryDependencies += "io.debezium" % "systemtests" % "3.0.0.CR2"
Groovy Grape
@Grapes(
  @Grab(group='io.debezium', module='systemtests', version='3.0.0.CR2')
)
Apache Ivy
<dependency org="io.debezium" name="systemtests" rev="3.0.0.CR2" />
Leiningen
[io.debezium/systemtests "3.0.0.CR2"]
Apache Buildr
'io.debezium:systemtests:jar:3.0.0.CR2'