| License | 
                License | 
        
|---|---|
| GroupId | GroupIdorg.zhongweixian | 
    
| ArtifactId | ArtifactIdwebsocket-api | 
    
| Last Version | Last Version2.1.3 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionwebsocket-client 
            Demo project for netty-api 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| websocket-api-2.1.3.pom | |
| websocket-api-2.1.3.jar | 49 KB | 
| websocket-api-2.1.3-sources.jar | 24 KB | 
| websocket-api-2.1.3-javadoc.jar | 174 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.zhongweixian/websocket-api/ -->
<dependency>
    <groupId>org.zhongweixian</groupId>
    <artifactId>websocket-api</artifactId>
    <version>2.1.3</version>
</dependency>
                // https://jarcasting.com/artifacts/org.zhongweixian/websocket-api/
implementation 'org.zhongweixian:websocket-api:2.1.3'
                // https://jarcasting.com/artifacts/org.zhongweixian/websocket-api/
implementation ("org.zhongweixian:websocket-api:2.1.3")
                'org.zhongweixian:websocket-api:jar:2.1.3'
                <dependency org="org.zhongweixian" name="websocket-api" rev="2.1.3">
  <artifact name="websocket-api" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.zhongweixian', module='websocket-api', version='2.1.3')
)
                libraryDependencies += "org.zhongweixian" % "websocket-api" % "2.1.3"
                [org.zhongweixian/websocket-api "2.1.3"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| io.netty : netty-all | jar | 4.1.75.Final | 
| org.apache.commons : commons-lang3 | jar | 3.12.0 | 
| com.alibaba : fastjson | jar | 1.2.80 | 
| org.slf4j : slf4j-api | jar | 1.7.32 |