| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesSpring Boot Container Microservices | 
        
| GroupId | GroupIdcom.github.hiwepy | 
    
| ArtifactId | ArtifactIdwebsocket-spring-boot-starter | 
    
| Last Version | Last Version1.0.1.RELEASE | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptioncom.github.hiwepy:websocket-spring-boot-starter 
            Spring Boot Starter For WebSocket 
         | 
    
| Project URL | 
                    Project URL | 
            
| Project Organization | 
                    Project Organization | 
            
<!-- https://jarcasting.com/artifacts/com.github.hiwepy/websocket-spring-boot-starter/ -->
<dependency>
    <groupId>com.github.hiwepy</groupId>
    <artifactId>websocket-spring-boot-starter</artifactId>
    <version>1.0.1.RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.hiwepy/websocket-spring-boot-starter/
implementation 'com.github.hiwepy:websocket-spring-boot-starter:1.0.1.RELEASE'
                // https://jarcasting.com/artifacts/com.github.hiwepy/websocket-spring-boot-starter/
implementation ("com.github.hiwepy:websocket-spring-boot-starter:1.0.1.RELEASE")
                'com.github.hiwepy:websocket-spring-boot-starter:jar:1.0.1.RELEASE'
                <dependency org="com.github.hiwepy" name="websocket-spring-boot-starter" rev="1.0.1.RELEASE">
  <artifact name="websocket-spring-boot-starter" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.hiwepy', module='websocket-spring-boot-starter', version='1.0.1.RELEASE')
)
                libraryDependencies += "com.github.hiwepy" % "websocket-spring-boot-starter" % "1.0.1.RELEASE"
                [com.github.hiwepy/websocket-spring-boot-starter "1.0.1.RELEASE"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| javax.servlet : javax.servlet-api Optional | jar | 4.0.1 | 
| org.slf4j : slf4j-api | jar | 1.7.30 | 
| org.springframework.boot : spring-boot-starter | jar | 2.3.0.RELEASE | 
| org.springframework.boot : spring-boot-starter-web | jar | 2.3.0.RELEASE | 
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.3.0.RELEASE | 
| org.springframework : spring-messaging | jar | |
| org.springframework : spring-websocket | jar | |
| org.webjars.bower : stomp-websocket | jar | 2.3.4 | 
| org.webjars.bower : sockjs-client | jar | 1.1.4 | 
| com.google.guava : guava | jar | 23.4-jre | 
| com.alibaba : fastjson | jar | 1.2.41 | 
| org.apache.commons : commons-lang3 | jar | 3.10 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.slf4j : slf4j-simple | jar | 1.7.30 |