Categories |
CategoriesNative Development Tools |
---|---|
GroupId | GroupIdio.streamnative |
ArtifactId | ArtifactIdpulsar-websocket |
Version | Version2.7.3.8 |
Type | Typejar |
Filename | Size |
---|---|
pulsar-websocket-2.7.3.8.pom | |
pulsar-websocket-2.7.3.8.jar | 92 KB |
pulsar-websocket-2.7.3.8-sources.jar | 59 KB |
pulsar-websocket-2.7.3.8-javadoc.jar | 218 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.streamnative/pulsar-websocket/ -->
<dependency>
<groupId>io.streamnative</groupId>
<artifactId>pulsar-websocket</artifactId>
<version>2.7.3.8</version>
</dependency>
// https://jarcasting.com/artifacts/io.streamnative/pulsar-websocket/
implementation 'io.streamnative:pulsar-websocket:2.7.3.8'
// https://jarcasting.com/artifacts/io.streamnative/pulsar-websocket/
implementation ("io.streamnative:pulsar-websocket:2.7.3.8")
'io.streamnative:pulsar-websocket:jar:2.7.3.8'
<dependency org="io.streamnative" name="pulsar-websocket" rev="2.7.3.8">
<artifact name="pulsar-websocket" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.streamnative', module='pulsar-websocket', version='2.7.3.8')
)
libraryDependencies += "io.streamnative" % "pulsar-websocket" % "2.7.3.8"
[io.streamnative/pulsar-websocket "2.7.3.8"]