| GroupId | GroupIdcom.tencent.yunxiaowei.dmsdk |
|---|---|
| ArtifactId | ArtifactIdbase |
| Version | Version2.2.1 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| base-2.2.1.pom | |
| base-2.2.1.aar | 16 KB |
| Browse |
<!-- 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"]