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