| License | 
                License
                                                        MIT                                                 
                             | 
        
|---|---|
| Categories | 
                CategoriesJavaScript Languages CLI User Interface | 
        
| GroupId | GroupIdorg.webjars.bowergithub.sockjs | 
    
| ArtifactId | ArtifactIdsockjs-client | 
    
| Last Version | Last Version1.5.2 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionsockjs-client 
            WebJar for sockjs-client 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| sockjs-client-1.5.2.pom | |
| sockjs-client-1.5.2.jar | 275 KB | 
| sockjs-client-1.5.2-sources.jar | 22 bytes | 
| sockjs-client-1.5.2-javadoc.jar | 22 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.webjars.bowergithub.sockjs/sockjs-client/ -->
<dependency>
    <groupId>org.webjars.bowergithub.sockjs</groupId>
    <artifactId>sockjs-client</artifactId>
    <version>1.5.2</version>
</dependency>
                // https://jarcasting.com/artifacts/org.webjars.bowergithub.sockjs/sockjs-client/
implementation 'org.webjars.bowergithub.sockjs:sockjs-client:1.5.2'
                // https://jarcasting.com/artifacts/org.webjars.bowergithub.sockjs/sockjs-client/
implementation ("org.webjars.bowergithub.sockjs:sockjs-client:1.5.2")
                'org.webjars.bowergithub.sockjs:sockjs-client:jar:1.5.2'
                <dependency org="org.webjars.bowergithub.sockjs" name="sockjs-client" rev="1.5.2">
  <artifact name="sockjs-client" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.webjars.bowergithub.sockjs', module='sockjs-client', version='1.5.2')
)
                libraryDependencies += "org.webjars.bowergithub.sockjs" % "sockjs-client" % "1.5.2"
                [org.webjars.bowergithub.sockjs/sockjs-client "1.5.2"]