GroupId | GroupIdcom.tencent.iot.thirdparty.android |
---|---|
ArtifactId | ArtifactIdxp2p-sdk |
Version | Version2.3.4 |
Type | Typeaar |
Filename | Size |
---|---|
xp2p-sdk-2.3.4.pom | |
xp2p-sdk-2.3.4.aar | 4 MB |
xp2p-sdk-2.3.4-sources.jar | 1 KB |
xp2p-sdk-2.3.4-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tencent.iot.thirdparty.android/xp2p-sdk/ -->
<dependency>
<groupId>com.tencent.iot.thirdparty.android</groupId>
<artifactId>xp2p-sdk</artifactId>
<version>2.3.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.tencent.iot.thirdparty.android/xp2p-sdk/
implementation 'com.tencent.iot.thirdparty.android:xp2p-sdk:2.3.4'
// https://jarcasting.com/artifacts/com.tencent.iot.thirdparty.android/xp2p-sdk/
implementation ("com.tencent.iot.thirdparty.android:xp2p-sdk:2.3.4")
'com.tencent.iot.thirdparty.android:xp2p-sdk:aar:2.3.4'
<dependency org="com.tencent.iot.thirdparty.android" name="xp2p-sdk" rev="2.3.4">
<artifact name="xp2p-sdk" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.tencent.iot.thirdparty.android', module='xp2p-sdk', version='2.3.4')
)
libraryDependencies += "com.tencent.iot.thirdparty.android" % "xp2p-sdk" % "2.3.4"
[com.tencent.iot.thirdparty.android/xp2p-sdk "2.3.4"]