Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdorg.rockyang |
ArtifactId | ArtifactIdtio-websocket-spring-boot-starter |
Version | Version1.2.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.rockyang/tio-websocket-spring-boot-starter/ -->
<dependency>
<groupId>org.rockyang</groupId>
<artifactId>tio-websocket-spring-boot-starter</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.rockyang/tio-websocket-spring-boot-starter/
implementation 'org.rockyang:tio-websocket-spring-boot-starter:1.2.1'
// https://jarcasting.com/artifacts/org.rockyang/tio-websocket-spring-boot-starter/
implementation ("org.rockyang:tio-websocket-spring-boot-starter:1.2.1")
'org.rockyang:tio-websocket-spring-boot-starter:jar:1.2.1'
<dependency org="org.rockyang" name="tio-websocket-spring-boot-starter" rev="1.2.1">
<artifact name="tio-websocket-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.rockyang', module='tio-websocket-spring-boot-starter', version='1.2.1')
)
libraryDependencies += "org.rockyang" % "tio-websocket-spring-boot-starter" % "1.2.1"
[org.rockyang/tio-websocket-spring-boot-starter "1.2.1"]