Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.glue42.gateway.client |
ArtifactId | ArtifactIdgateway-connection-websocket |
Version | Version1.3.1 |
Type | Typejar |
<!-- 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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.glue42.gateway.client/gateway-connection-websocket/
implementation 'com.glue42.gateway.client:gateway-connection-websocket:1.3.1'
// https://jarcasting.com/artifacts/com.glue42.gateway.client/gateway-connection-websocket/
implementation ("com.glue42.gateway.client:gateway-connection-websocket:1.3.1")
'com.glue42.gateway.client:gateway-connection-websocket:jar:1.3.1'
<dependency org="com.glue42.gateway.client" name="gateway-connection-websocket" rev="1.3.1">
<artifact name="gateway-connection-websocket" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.glue42.gateway.client', module='gateway-connection-websocket', version='1.3.1')
)
libraryDependencies += "com.glue42.gateway.client" % "gateway-connection-websocket" % "1.3.1"
[com.glue42.gateway.client/gateway-connection-websocket "1.3.1"]