License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.github.fanpan26 |
ArtifactId | ArtifactIdtio-websocket-spring-boot-starter |
Version | Version1.0.0-RELEASE |
Type | Typejar |
Description |
Descriptiontio-websocket-spring-boot-starter
spring-boot-starter for tio-websocket
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.github.fanpan26/tio-websocket-spring-boot-starter/ -->
<dependency>
<groupId>com.github.fanpan26</groupId>
<artifactId>tio-websocket-spring-boot-starter</artifactId>
<version>1.0.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fanpan26/tio-websocket-spring-boot-starter/
implementation 'com.github.fanpan26:tio-websocket-spring-boot-starter:1.0.0-RELEASE'
// https://jarcasting.com/artifacts/com.github.fanpan26/tio-websocket-spring-boot-starter/
implementation ("com.github.fanpan26:tio-websocket-spring-boot-starter:1.0.0-RELEASE")
'com.github.fanpan26:tio-websocket-spring-boot-starter:jar:1.0.0-RELEASE'
<dependency org="com.github.fanpan26" name="tio-websocket-spring-boot-starter" rev="1.0.0-RELEASE">
<artifact name="tio-websocket-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fanpan26', module='tio-websocket-spring-boot-starter', version='1.0.0-RELEASE')
)
libraryDependencies += "com.github.fanpan26" % "tio-websocket-spring-boot-starter" % "1.0.0-RELEASE"
[com.github.fanpan26/tio-websocket-spring-boot-starter "1.0.0-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-autoconfigure Optional | jar | 2.0.9.RELEASE |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.0.9.RELEASE |
org.t-io : tio-websocket-server | jar | 3.7.0.v20201010-RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.0.9.RELEASE |
junit : junit | jar | 4.13.1 |