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