| License |
License |
|---|---|
| GroupId | GroupIdio.github.tomhusky |
| ArtifactId | ArtifactIdwebsocket-mvc-springboot-starter |
| Last Version | Last Version1.0.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionwebsocket-mvc-springboot-starter
类似于springmvc方式的websocket通信
|
| Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/io.github.tomhusky/websocket-mvc-springboot-starter/ -->
<dependency>
<groupId>io.github.tomhusky</groupId>
<artifactId>websocket-mvc-springboot-starter</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.tomhusky/websocket-mvc-springboot-starter/
implementation 'io.github.tomhusky:websocket-mvc-springboot-starter:1.0.3'
// https://jarcasting.com/artifacts/io.github.tomhusky/websocket-mvc-springboot-starter/
implementation ("io.github.tomhusky:websocket-mvc-springboot-starter:1.0.3")
'io.github.tomhusky:websocket-mvc-springboot-starter:jar:1.0.3'
<dependency org="io.github.tomhusky" name="websocket-mvc-springboot-starter" rev="1.0.3">
<artifact name="websocket-mvc-springboot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.tomhusky', module='websocket-mvc-springboot-starter', version='1.0.3')
)
libraryDependencies += "io.github.tomhusky" % "websocket-mvc-springboot-starter" % "1.0.3"
[io.github.tomhusky/websocket-mvc-springboot-starter "1.0.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-websocket | jar | |
| org.springframework : spring-core | jar | 5.2.18.RELEASE |
| org.springframework.boot : spring-boot-starter | jar | 2.3.10.RELEASE |
| org.springframework.boot : spring-boot-autoconfigure-processor Optional | jar | |
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | |
| org.springframework.boot : spring-boot-autoconfigure | jar | |
| org.projectlombok : lombok Optional | jar | |
| com.alibaba : fastjson Optional | jar | 1.2.68 |
| cn.hutool : hutool-all | jar | 5.7.9 |