GroupId | GroupIdio.github.mxd888 |
---|---|
ArtifactId | ArtifactIdt-im-server |
Version | Version2.1.3.v20220112-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.mxd888/t-im-server/ -->
<dependency>
<groupId>io.github.mxd888</groupId>
<artifactId>t-im-server</artifactId>
<version>2.1.3.v20220112-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.mxd888/t-im-server/
implementation 'io.github.mxd888:t-im-server:2.1.3.v20220112-RELEASE'
// https://jarcasting.com/artifacts/io.github.mxd888/t-im-server/
implementation ("io.github.mxd888:t-im-server:2.1.3.v20220112-RELEASE")
'io.github.mxd888:t-im-server:jar:2.1.3.v20220112-RELEASE'
<dependency org="io.github.mxd888" name="t-im-server" rev="2.1.3.v20220112-RELEASE">
<artifact name="t-im-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.mxd888', module='t-im-server', version='2.1.3.v20220112-RELEASE')
)
libraryDependencies += "io.github.mxd888" % "t-im-server" % "2.1.3.v20220112-RELEASE"
[io.github.mxd888/t-im-server "2.1.3.v20220112-RELEASE"]