| License | License | 
|---|---|
| Categories | CategoriesCLI User Interface | 
| GroupId | GroupIdio.github.mxd888 | 
| ArtifactId | ArtifactIdt-im-client | 
| Version | Version2.1.1.v20220107-RELEASE | 
| Type | Typejar | 
| Description | Descriptiona little but strong IM server | 
<!-- https://jarcasting.com/artifacts/io.github.mxd888/t-im-client/ -->
<dependency>
    <groupId>io.github.mxd888</groupId>
    <artifactId>t-im-client</artifactId>
    <version>2.1.1.v20220107-RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/io.github.mxd888/t-im-client/
implementation 'io.github.mxd888:t-im-client:2.1.1.v20220107-RELEASE'// https://jarcasting.com/artifacts/io.github.mxd888/t-im-client/
implementation ("io.github.mxd888:t-im-client:2.1.1.v20220107-RELEASE")'io.github.mxd888:t-im-client:jar:2.1.1.v20220107-RELEASE'<dependency org="io.github.mxd888" name="t-im-client" rev="2.1.1.v20220107-RELEASE">
  <artifact name="t-im-client" type="jar" />
</dependency>@Grapes(
@Grab(group='io.github.mxd888', module='t-im-client', version='2.1.1.v20220107-RELEASE')
)libraryDependencies += "io.github.mxd888" % "t-im-client" % "2.1.1.v20220107-RELEASE"[io.github.mxd888/t-im-client "2.1.1.v20220107-RELEASE"]| Group / Artifact | Type | Version | 
|---|---|---|
| io.github.mxd888 : t-im-common | jar | 2.1.1.v20220107-RELEASE | 
| org.t-io : tio-websocket-client | jar | 3.7.4.v20210808-RELEASE |