| Categories |
CategoriesCLI User Interface |
|---|---|
| GroupId | GroupIdcom.yahoo.pulsar |
| ArtifactId | ArtifactIdpulsar-testclient |
| Version | Version1.17.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| pulsar-testclient-1.17.2.pom | |
| pulsar-testclient-1.17.2.jar | 55 KB |
| pulsar-testclient-1.17.2-tests.jar | 342 bytes |
| pulsar-testclient-1.17.2-sources.jar | 24 KB |
| pulsar-testclient-1.17.2-javadoc.jar | 62 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.yahoo.pulsar/pulsar-testclient/ -->
<dependency>
<groupId>com.yahoo.pulsar</groupId>
<artifactId>pulsar-testclient</artifactId>
<version>1.17.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.yahoo.pulsar/pulsar-testclient/
implementation 'com.yahoo.pulsar:pulsar-testclient:1.17.2'
// https://jarcasting.com/artifacts/com.yahoo.pulsar/pulsar-testclient/
implementation ("com.yahoo.pulsar:pulsar-testclient:1.17.2")
'com.yahoo.pulsar:pulsar-testclient:jar:1.17.2'
<dependency org="com.yahoo.pulsar" name="pulsar-testclient" rev="1.17.2">
<artifact name="pulsar-testclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yahoo.pulsar', module='pulsar-testclient', version='1.17.2')
)
libraryDependencies += "com.yahoo.pulsar" % "pulsar-testclient" % "1.17.2"
[com.yahoo.pulsar/pulsar-testclient "1.17.2"]