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