License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.github.jiesu12 |
ArtifactId | ArtifactIdspring-boot-websocket |
Version | Version1.0.1 |
Type | Typejar |
Description |
DescriptionSpring Boot WebSocket
WebSocket Library for Spring Boot
|
<!-- https://jarcasting.com/artifacts/com.github.jiesu12/spring-boot-websocket/ -->
<dependency>
<groupId>com.github.jiesu12</groupId>
<artifactId>spring-boot-websocket</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jiesu12/spring-boot-websocket/
implementation 'com.github.jiesu12:spring-boot-websocket:1.0.1'
// https://jarcasting.com/artifacts/com.github.jiesu12/spring-boot-websocket/
implementation ("com.github.jiesu12:spring-boot-websocket:1.0.1")
'com.github.jiesu12:spring-boot-websocket:jar:1.0.1'
<dependency org="com.github.jiesu12" name="spring-boot-websocket" rev="1.0.1">
<artifact name="spring-boot-websocket" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jiesu12', module='spring-boot-websocket', version='1.0.1')
)
libraryDependencies += "com.github.jiesu12" % "spring-boot-websocket" % "1.0.1"
[com.github.jiesu12/spring-boot-websocket "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-websocket | jar | 2.3.9.RELEASE |