| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesCLI User Interface | 
        
| GroupId | GroupIdcom.github.haruntuncay | 
    
| ArtifactId | ArtifactIdsocket.io-client | 
    
| Last Version | Last Version1.1 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptioncom.github.haruntuncay:socket.io-client 
            A socket.io client implementation for Java language. 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| socket.io-client-1.1.pom | |
| socket.io-client-1.1.jar | 69 KB | 
| socket.io-client-1.1-sources.jar | 38 KB | 
| socket.io-client-1.1-javadoc.jar | 242 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.haruntuncay/socket.io-client/ -->
<dependency>
    <groupId>com.github.haruntuncay</groupId>
    <artifactId>socket.io-client</artifactId>
    <version>1.1</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.haruntuncay/socket.io-client/
implementation 'com.github.haruntuncay:socket.io-client:1.1'
                // https://jarcasting.com/artifacts/com.github.haruntuncay/socket.io-client/
implementation ("com.github.haruntuncay:socket.io-client:1.1")
                'com.github.haruntuncay:socket.io-client:jar:1.1'
                <dependency org="com.github.haruntuncay" name="socket.io-client" rev="1.1">
  <artifact name="socket.io-client" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.haruntuncay', module='socket.io-client', version='1.1')
)
                libraryDependencies += "com.github.haruntuncay" % "socket.io-client" % "1.1"
                [com.github.haruntuncay/socket.io-client "1.1"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.squareup.okhttp3 : okhttp | jar | 3.14.2 | 
| org.json : json | jar | 20160810 | 
| org.slf4j : slf4j-api | jar | 1.7.30 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.13 |