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