Categories |
CategoriesNative Development Tools |
---|---|
GroupId | GroupIdio.streamnative |
ArtifactId | ArtifactIdpulsar-websocket |
Version | Version2.8.0-rc-202106091215 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.streamnative/pulsar-websocket/ -->
<dependency>
<groupId>io.streamnative</groupId>
<artifactId>pulsar-websocket</artifactId>
<version>2.8.0-rc-202106091215</version>
</dependency>
// https://jarcasting.com/artifacts/io.streamnative/pulsar-websocket/
implementation 'io.streamnative:pulsar-websocket:2.8.0-rc-202106091215'
// https://jarcasting.com/artifacts/io.streamnative/pulsar-websocket/
implementation ("io.streamnative:pulsar-websocket:2.8.0-rc-202106091215")
'io.streamnative:pulsar-websocket:jar:2.8.0-rc-202106091215'
<dependency org="io.streamnative" name="pulsar-websocket" rev="2.8.0-rc-202106091215">
<artifact name="pulsar-websocket" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.streamnative', module='pulsar-websocket', version='2.8.0-rc-202106091215')
)
libraryDependencies += "io.streamnative" % "pulsar-websocket" % "2.8.0-rc-202106091215"
[io.streamnative/pulsar-websocket "2.8.0-rc-202106091215"]