GroupId | GroupIdcom.tencent.iot.thirdparty.android |
---|---|
ArtifactId | ArtifactIdxp2p-sdk |
Version | Version1.0.1 |
Type | Typeaar |
Filename | Size |
---|---|
xp2p-sdk-1.0.1.pom | |
xp2p-sdk-1.0.1.aar | 3 MB |
xp2p-sdk-1.0.1-sources.jar | 1 KB |
xp2p-sdk-1.0.1-javadoc.jar | 22 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>1.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.tencent.iot.thirdparty.android/xp2p-sdk/
implementation 'com.tencent.iot.thirdparty.android:xp2p-sdk:1.0.1'
// https://jarcasting.com/artifacts/com.tencent.iot.thirdparty.android/xp2p-sdk/
implementation ("com.tencent.iot.thirdparty.android:xp2p-sdk:1.0.1")
'com.tencent.iot.thirdparty.android:xp2p-sdk:aar:1.0.1'
<dependency org="com.tencent.iot.thirdparty.android" name="xp2p-sdk" rev="1.0.1">
<artifact name="xp2p-sdk" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.tencent.iot.thirdparty.android', module='xp2p-sdk', version='1.0.1')
)
libraryDependencies += "com.tencent.iot.thirdparty.android" % "xp2p-sdk" % "1.0.1"
[com.tencent.iot.thirdparty.android/xp2p-sdk "1.0.1"]