GroupId | GroupIdcom.yahoo.pulsar |
---|---|
ArtifactId | ArtifactIdpulsar-websocket |
Version | Version1.17.3 |
Type | Typejar |
Filename | Size |
---|---|
pulsar-websocket-1.17.3.pom | |
pulsar-websocket-1.17.3.jar | 30 KB |
pulsar-websocket-1.17.3-tests.jar | 15 KB |
pulsar-websocket-1.17.3-sources.jar | 20 KB |
pulsar-websocket-1.17.3-javadoc.jar | 107 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.yahoo.pulsar/pulsar-websocket/ -->
<dependency>
<groupId>com.yahoo.pulsar</groupId>
<artifactId>pulsar-websocket</artifactId>
<version>1.17.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.yahoo.pulsar/pulsar-websocket/
implementation 'com.yahoo.pulsar:pulsar-websocket:1.17.3'
// https://jarcasting.com/artifacts/com.yahoo.pulsar/pulsar-websocket/
implementation ("com.yahoo.pulsar:pulsar-websocket:1.17.3")
'com.yahoo.pulsar:pulsar-websocket:jar:1.17.3'
<dependency org="com.yahoo.pulsar" name="pulsar-websocket" rev="1.17.3">
<artifact name="pulsar-websocket" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yahoo.pulsar', module='pulsar-websocket', version='1.17.3')
)
libraryDependencies += "com.yahoo.pulsar" % "pulsar-websocket" % "1.17.3"
[com.yahoo.pulsar/pulsar-websocket "1.17.3"]