| License | License | 
|---|---|
| GroupId | GroupIdcom.woaizhuangbi | 
| ArtifactId | ArtifactIdwebsocket | 
| Version | Version0.0.1-RELEASE | 
| Type | Typejar | 
| Description | Descriptionwebsocket A encrypt utils | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| websocket-0.0.1-RELEASE.pom | |
| websocket-0.0.1-RELEASE.jar | 16 KB | 
| websocket-0.0.1-RELEASE-sources.jar | 5 KB | 
| websocket-0.0.1-RELEASE-javadoc.jar | 261 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.woaizhuangbi/websocket/ -->
<dependency>
    <groupId>com.woaizhuangbi</groupId>
    <artifactId>websocket</artifactId>
    <version>0.0.1-RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/com.woaizhuangbi/websocket/
implementation 'com.woaizhuangbi:websocket:0.0.1-RELEASE'// https://jarcasting.com/artifacts/com.woaizhuangbi/websocket/
implementation ("com.woaizhuangbi:websocket:0.0.1-RELEASE")'com.woaizhuangbi:websocket:jar:0.0.1-RELEASE'<dependency org="com.woaizhuangbi" name="websocket" rev="0.0.1-RELEASE">
  <artifact name="websocket" type="jar" />
</dependency>@Grapes(
@Grab(group='com.woaizhuangbi', module='websocket', version='0.0.1-RELEASE')
)libraryDependencies += "com.woaizhuangbi" % "websocket" % "0.0.1-RELEASE"[com.woaizhuangbi/websocket "0.0.1-RELEASE"]