is not current version
Last Version 3.0.1

com.tencent.yunxiaowei.dmsdk:base 2.2.1

Common API and data structures of DMSDK.

GroupId

GroupId

com.tencent.yunxiaowei.dmsdk
ArtifactId

ArtifactId

base
Version

Version

2.2.1
Type

Type

aar

Download base 2.2.1


<!-- https://jarcasting.com/artifacts/com.tencent.yunxiaowei.dmsdk/base/ -->
<dependency>
    <groupId>com.tencent.yunxiaowei.dmsdk</groupId>
    <artifactId>base</artifactId>
    <version>2.2.1</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.tencent.yunxiaowei.dmsdk/base/
implementation 'com.tencent.yunxiaowei.dmsdk:base:2.2.1'
// https://jarcasting.com/artifacts/com.tencent.yunxiaowei.dmsdk/base/
implementation ("com.tencent.yunxiaowei.dmsdk:base:2.2.1")
'com.tencent.yunxiaowei.dmsdk:base:aar:2.2.1'
<dependency org="com.tencent.yunxiaowei.dmsdk" name="base" rev="2.2.1">
  <artifact name="base" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.tencent.yunxiaowei.dmsdk', module='base', version='2.2.1')
)
libraryDependencies += "com.tencent.yunxiaowei.dmsdk" % "base" % "2.2.1"
[com.tencent.yunxiaowei.dmsdk/base "2.2.1"]