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