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