GroupId | GroupIdcom.tencent.imsdk |
---|---|
ArtifactId | ArtifactIdimsdk-smart |
Version | Version5.3.425 |
Type | Typeaar |
Filename | Size |
---|---|
imsdk-smart-5.3.425.pom | |
imsdk-smart-5.3.425-sources.jar | 177 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tencent.imsdk/imsdk-smart/ -->
<dependency>
<groupId>com.tencent.imsdk</groupId>
<artifactId>imsdk-smart</artifactId>
<version>5.3.425</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.tencent.imsdk/imsdk-smart/
implementation 'com.tencent.imsdk:imsdk-smart:5.3.425'
// https://jarcasting.com/artifacts/com.tencent.imsdk/imsdk-smart/
implementation ("com.tencent.imsdk:imsdk-smart:5.3.425")
'com.tencent.imsdk:imsdk-smart:aar:5.3.425'
<dependency org="com.tencent.imsdk" name="imsdk-smart" rev="5.3.425">
<artifact name="imsdk-smart" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.tencent.imsdk', module='imsdk-smart', version='5.3.425')
)
libraryDependencies += "com.tencent.imsdk" % "imsdk-smart" % "5.3.425"
[com.tencent.imsdk/imsdk-smart "5.3.425"]