GroupId | GroupIdorg.kaazing |
---|---|
ArtifactId | ArtifactIdgateway.service |
Version | Version5.4.0 |
Type | Typejar |
Filename | Size |
---|---|
gateway.service-5.4.0.pom | |
gateway.service-5.4.0.jar | 28 KB |
gateway.service-5.4.0-sources.jar | 21 KB |
gateway.service-5.4.0-javadoc.jar | 137 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kaazing/gateway.service/ -->
<dependency>
<groupId>org.kaazing</groupId>
<artifactId>gateway.service</artifactId>
<version>5.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.kaazing/gateway.service/
implementation 'org.kaazing:gateway.service:5.4.0'
// https://jarcasting.com/artifacts/org.kaazing/gateway.service/
implementation ("org.kaazing:gateway.service:5.4.0")
'org.kaazing:gateway.service:jar:5.4.0'
<dependency org="org.kaazing" name="gateway.service" rev="5.4.0">
<artifact name="gateway.service" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kaazing', module='gateway.service', version='5.4.0')
)
libraryDependencies += "org.kaazing" % "gateway.service" % "5.4.0"
[org.kaazing/gateway.service "5.4.0"]