Categories |
CategoriesSpring Boot Container Microservices CLI User Interface |
---|---|
GroupId | GroupIdxyz.icanfly.websocket |
ArtifactId | ArtifactIdwebsocketClient-spring-boot-starter |
Version | Version1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/xyz.icanfly.websocket/websocketClient-spring-boot-starter/ -->
<dependency>
<groupId>xyz.icanfly.websocket</groupId>
<artifactId>websocketClient-spring-boot-starter</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.icanfly.websocket/websocketClient-spring-boot-starter/
implementation 'xyz.icanfly.websocket:websocketClient-spring-boot-starter:1.1'
// https://jarcasting.com/artifacts/xyz.icanfly.websocket/websocketClient-spring-boot-starter/
implementation ("xyz.icanfly.websocket:websocketClient-spring-boot-starter:1.1")
'xyz.icanfly.websocket:websocketClient-spring-boot-starter:jar:1.1'
<dependency org="xyz.icanfly.websocket" name="websocketClient-spring-boot-starter" rev="1.1">
<artifact name="websocketClient-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.icanfly.websocket', module='websocketClient-spring-boot-starter', version='1.1')
)
libraryDependencies += "xyz.icanfly.websocket" % "websocketClient-spring-boot-starter" % "1.1"
[xyz.icanfly.websocket/websocketClient-spring-boot-starter "1.1"]