| Categories | 
                CategoriesSpring Boot Container Microservices | 
        
|---|---|
| GroupId | GroupIdorg.springframework.boot | 
    
| ArtifactId | ArtifactIdspring-boot-starter-websocket | 
    
| Version | Version2.1.4.RELEASE | 
        
| Type | Typejar | 
    
| Filename | Size | 
|---|---|
| spring-boot-starter-websocket-2.1.4.RELEASE.pom | |
| spring-boot-starter-websocket-2.1.4.RELEASE.jar | 411 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-websocket/ -->
<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-websocket</artifactId>
    <version>2.1.4.RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-websocket/
implementation 'org.springframework.boot:spring-boot-starter-websocket:2.1.4.RELEASE'
                // https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-websocket/
implementation ("org.springframework.boot:spring-boot-starter-websocket:2.1.4.RELEASE")
                'org.springframework.boot:spring-boot-starter-websocket:jar:2.1.4.RELEASE'
                <dependency org="org.springframework.boot" name="spring-boot-starter-websocket" rev="2.1.4.RELEASE">
  <artifact name="spring-boot-starter-websocket" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-starter-websocket', version='2.1.4.RELEASE')
)
                libraryDependencies += "org.springframework.boot" % "spring-boot-starter-websocket" % "2.1.4.RELEASE"
                [org.springframework.boot/spring-boot-starter-websocket "2.1.4.RELEASE"]