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