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