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