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