is not current version
Last Version 5.6.2

org.kaazing:gateway.service.broadcast 5.1.2

Broadcast service that relays any data from back end service to all clients

GroupId

GroupId

org.kaazing
ArtifactId

ArtifactId

gateway.service.broadcast
Version

Version

5.1.2
Type

Type

jar

Download gateway.service.broadcast 5.1.2


<!-- https://jarcasting.com/artifacts/org.kaazing/gateway.service.broadcast/ -->
<dependency>
    <groupId>org.kaazing</groupId>
    <artifactId>gateway.service.broadcast</artifactId>
    <version>5.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.kaazing/gateway.service.broadcast/
implementation 'org.kaazing:gateway.service.broadcast:5.1.2'
// https://jarcasting.com/artifacts/org.kaazing/gateway.service.broadcast/
implementation ("org.kaazing:gateway.service.broadcast:5.1.2")
'org.kaazing:gateway.service.broadcast:jar:5.1.2'
<dependency org="org.kaazing" name="gateway.service.broadcast" rev="5.1.2">
  <artifact name="gateway.service.broadcast" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kaazing', module='gateway.service.broadcast', version='5.1.2')
)
libraryDependencies += "org.kaazing" % "gateway.service.broadcast" % "5.1.2"
[org.kaazing/gateway.service.broadcast "5.1.2"]