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