Categories |
CategoriesCLI User Interface Native Development Tools |
---|---|
GroupId | GroupIdio.streamnative |
ArtifactId | ArtifactIdpulsar-testclient |
Version | Version2.9.0-rc-202109301601 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.streamnative/pulsar-testclient/ -->
<dependency>
<groupId>io.streamnative</groupId>
<artifactId>pulsar-testclient</artifactId>
<version>2.9.0-rc-202109301601</version>
</dependency>
// https://jarcasting.com/artifacts/io.streamnative/pulsar-testclient/
implementation 'io.streamnative:pulsar-testclient:2.9.0-rc-202109301601'
// https://jarcasting.com/artifacts/io.streamnative/pulsar-testclient/
implementation ("io.streamnative:pulsar-testclient:2.9.0-rc-202109301601")
'io.streamnative:pulsar-testclient:jar:2.9.0-rc-202109301601'
<dependency org="io.streamnative" name="pulsar-testclient" rev="2.9.0-rc-202109301601">
<artifact name="pulsar-testclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.streamnative', module='pulsar-testclient', version='2.9.0-rc-202109301601')
)
libraryDependencies += "io.streamnative" % "pulsar-testclient" % "2.9.0-rc-202109301601"
[io.streamnative/pulsar-testclient "2.9.0-rc-202109301601"]