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