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