GroupId | GroupIdcom.tencent.tcr |
---|---|
ArtifactId | ArtifactIdtwebrtc |
Version | Version0.0.2 |
Type | Typeaar |
Filename | Size |
---|---|
twebrtc-0.0.2.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/com.tencent.tcr/twebrtc/ -->
<dependency>
<groupId>com.tencent.tcr</groupId>
<artifactId>twebrtc</artifactId>
<version>0.0.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.tencent.tcr/twebrtc/
implementation 'com.tencent.tcr:twebrtc:0.0.2'
// https://jarcasting.com/artifacts/com.tencent.tcr/twebrtc/
implementation ("com.tencent.tcr:twebrtc:0.0.2")
'com.tencent.tcr:twebrtc:aar:0.0.2'
<dependency org="com.tencent.tcr" name="twebrtc" rev="0.0.2">
<artifact name="twebrtc" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.tencent.tcr', module='twebrtc', version='0.0.2')
)
libraryDependencies += "com.tencent.tcr" % "twebrtc" % "0.0.2"
[com.tencent.tcr/twebrtc "0.0.2"]