License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.glue42.gateway.client |
ArtifactId | ArtifactIdgateway-connection-websocket |
Last Version | Last Version1.3.7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionProvides a base configuration for Glue42 project builds
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.glue42.gateway.client/gateway-connection-websocket/ -->
<dependency>
<groupId>com.glue42.gateway.client</groupId>
<artifactId>gateway-connection-websocket</artifactId>
<version>1.3.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.glue42.gateway.client/gateway-connection-websocket/
implementation 'com.glue42.gateway.client:gateway-connection-websocket:1.3.7'
// https://jarcasting.com/artifacts/com.glue42.gateway.client/gateway-connection-websocket/
implementation ("com.glue42.gateway.client:gateway-connection-websocket:1.3.7")
'com.glue42.gateway.client:gateway-connection-websocket:jar:1.3.7'
<dependency org="com.glue42.gateway.client" name="gateway-connection-websocket" rev="1.3.7">
<artifact name="gateway-connection-websocket" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.glue42.gateway.client', module='gateway-connection-websocket', version='1.3.7')
)
libraryDependencies += "com.glue42.gateway.client" % "gateway-connection-websocket" % "1.3.7"
[com.glue42.gateway.client/gateway-connection-websocket "1.3.7"]
Group / Artifact | Type | Version |
---|---|---|
com.glue42.gateway.client : gateway-connection-api | jar | 1.3.7 |
org.slf4j : slf4j-api | jar | 1.7.36 |
com.glue42.gateway.client : gateway-messages-json | jar | 1.3.7 |
commons-configuration : commons-configuration Optional | jar | 1.10 |
org.eclipse.jetty.websocket : websocket-client | jar | 9.4.46.v20220331 |