| GroupId | GroupIdcom.tencent.yunxiaowei.dmsdk |
|---|---|
| ArtifactId | ArtifactIdcore |
| Version | Version2.3.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| core-2.3.0.pom | |
| core-2.3.0.aar | 548 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.tencent.yunxiaowei.dmsdk/core/ -->
<dependency>
<groupId>com.tencent.yunxiaowei.dmsdk</groupId>
<artifactId>core</artifactId>
<version>2.3.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.tencent.yunxiaowei.dmsdk/core/
implementation 'com.tencent.yunxiaowei.dmsdk:core:2.3.0'
// https://jarcasting.com/artifacts/com.tencent.yunxiaowei.dmsdk/core/
implementation ("com.tencent.yunxiaowei.dmsdk:core:2.3.0")
'com.tencent.yunxiaowei.dmsdk:core:aar:2.3.0'
<dependency org="com.tencent.yunxiaowei.dmsdk" name="core" rev="2.3.0">
<artifact name="core" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.tencent.yunxiaowei.dmsdk', module='core', version='2.3.0')
)
libraryDependencies += "com.tencent.yunxiaowei.dmsdk" % "core" % "2.3.0"
[com.tencent.yunxiaowei.dmsdk/core "2.3.0"]