GroupId | GroupIdio.anyrtc |
---|---|
ArtifactId | ArtifactIdrtm |
Version | Version1.0.2.1 |
Type | Typeaar |
Filename | Size |
---|---|
rtm-1.0.2.1.pom | |
rtm-1.0.2.1.aar | 2 MB |
rtm-1.0.2.1-sources.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.anyrtc/rtm/ -->
<dependency>
<groupId>io.anyrtc</groupId>
<artifactId>rtm</artifactId>
<version>1.0.2.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.anyrtc/rtm/
implementation 'io.anyrtc:rtm:1.0.2.1'
// https://jarcasting.com/artifacts/io.anyrtc/rtm/
implementation ("io.anyrtc:rtm:1.0.2.1")
'io.anyrtc:rtm:aar:1.0.2.1'
<dependency org="io.anyrtc" name="rtm" rev="1.0.2.1">
<artifact name="rtm" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.anyrtc', module='rtm', version='1.0.2.1')
)
libraryDependencies += "io.anyrtc" % "rtm" % "1.0.2.1"
[io.anyrtc/rtm "1.0.2.1"]