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