Categories |
CategoriesCLI User Interface Native Development Tools |
---|---|
GroupId | GroupIdio.streamnative |
ArtifactId | ArtifactIdpulsar-testclient |
Version | Version2.7.4.1 |
Type | Typejar |
Filename | Size |
---|---|
pulsar-testclient-2.7.4.1.pom | |
pulsar-testclient-2.7.4.1.jar | 110 KB |
pulsar-testclient-2.7.4.1-sources.jar | 59 KB |
pulsar-testclient-2.7.4.1-javadoc.jar | 111 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.streamnative/pulsar-testclient/ -->
<dependency>
<groupId>io.streamnative</groupId>
<artifactId>pulsar-testclient</artifactId>
<version>2.7.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.streamnative/pulsar-testclient/
implementation 'io.streamnative:pulsar-testclient:2.7.4.1'
// https://jarcasting.com/artifacts/io.streamnative/pulsar-testclient/
implementation ("io.streamnative:pulsar-testclient:2.7.4.1")
'io.streamnative:pulsar-testclient:jar:2.7.4.1'
<dependency org="io.streamnative" name="pulsar-testclient" rev="2.7.4.1">
<artifact name="pulsar-testclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.streamnative', module='pulsar-testclient', version='2.7.4.1')
)
libraryDependencies += "io.streamnative" % "pulsar-testclient" % "2.7.4.1"
[io.streamnative/pulsar-testclient "2.7.4.1"]