| GroupId | GroupIdorg.t-io | 
|---|---|
| ArtifactId | ArtifactIdtio-websocket-server | 
| Version | Version0.0.8-tio-websocket | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.t-io/tio-websocket-server/ -->
<dependency>
    <groupId>org.t-io</groupId>
    <artifactId>tio-websocket-server</artifactId>
    <version>0.0.8-tio-websocket</version>
</dependency>// https://jarcasting.com/artifacts/org.t-io/tio-websocket-server/
implementation 'org.t-io:tio-websocket-server:0.0.8-tio-websocket'// https://jarcasting.com/artifacts/org.t-io/tio-websocket-server/
implementation ("org.t-io:tio-websocket-server:0.0.8-tio-websocket")'org.t-io:tio-websocket-server:jar:0.0.8-tio-websocket'<dependency org="org.t-io" name="tio-websocket-server" rev="0.0.8-tio-websocket">
  <artifact name="tio-websocket-server" type="jar" />
</dependency>@Grapes(
@Grab(group='org.t-io', module='tio-websocket-server', version='0.0.8-tio-websocket')
)libraryDependencies += "org.t-io" % "tio-websocket-server" % "0.0.8-tio-websocket"[org.t-io/tio-websocket-server "0.0.8-tio-websocket"]