| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesCLI User Interface | 
        
| GroupId | GroupIdcom.bandyer | 
    
| ArtifactId | ArtifactIdsocket.io-client | 
    
| Last Version | Last Version1.0.9 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionsocket.io-client 
            Socket.IO Client Library for Java 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| socket.io-client-1.0.9.pom | |
| socket.io-client-1.0.9.jar | 63 KB | 
| socket.io-client-1.0.9-sources.jar | 19 KB | 
| socket.io-client-1.0.9-javadoc.jar | 509 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.bandyer/socket.io-client/ -->
<dependency>
    <groupId>com.bandyer</groupId>
    <artifactId>socket.io-client</artifactId>
    <version>1.0.9</version>
</dependency>
                // https://jarcasting.com/artifacts/com.bandyer/socket.io-client/
implementation 'com.bandyer:socket.io-client:1.0.9'
                // https://jarcasting.com/artifacts/com.bandyer/socket.io-client/
implementation ("com.bandyer:socket.io-client:1.0.9")
                'com.bandyer:socket.io-client:jar:1.0.9'
                <dependency org="com.bandyer" name="socket.io-client" rev="1.0.9">
  <artifact name="socket.io-client" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.bandyer', module='socket.io-client', version='1.0.9')
)
                libraryDependencies += "com.bandyer" % "socket.io-client" % "1.0.9"
                [com.bandyer/socket.io-client "1.0.9"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| io.socket : engine.io-client | jar | 1.0.0 | 
| org.json : json | jar | 20090211 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 | 
| org.hamcrest : hamcrest-library | jar | 1.3 | 
| org.skyscreamer : jsonassert | jar | 1.5.0 |