is not current version
Last Version 5.6.2

org.kaazing:gateway.service 5.3.1

Core service abstraction that has a list of accepting and connecting endpoints that provide functionality like echoing, broadcasting etc.

GroupId

GroupId

org.kaazing
ArtifactId

ArtifactId

gateway.service
Version

Version

5.3.1
Type

Type

jar

Download gateway.service 5.3.1


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