is not current version
Last Version 5.6.2

org.kaazing:gateway.service 5.0.1.39

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.0.1.39
Type

Type

jar

Download gateway.service 5.0.1.39


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