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