Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdvideo.pano |
ArtifactId | ArtifactIdrtc-simple |
Last Version | Last Version1.7.5 |
Release Date | Release Date |
Type | Typeaar |
Description |
Description |
Filename | Size |
---|---|
rtc-simple-1.7.5.pom | |
rtc-simple-1.7.5.aar | 35 MB |
rtc-simple-1.7.5-sources.jar | 204 KB |
Browse |
<!-- https://jarcasting.com/artifacts/video.pano/rtc-simple/ -->
<dependency>
<groupId>video.pano</groupId>
<artifactId>rtc-simple</artifactId>
<version>1.7.5</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/video.pano/rtc-simple/
implementation 'video.pano:rtc-simple:1.7.5'
// https://jarcasting.com/artifacts/video.pano/rtc-simple/
implementation ("video.pano:rtc-simple:1.7.5")
'video.pano:rtc-simple:aar:1.7.5'
<dependency org="video.pano" name="rtc-simple" rev="1.7.5">
<artifact name="rtc-simple" type="aar" />
</dependency>
@Grapes(
@Grab(group='video.pano', module='rtc-simple', version='1.7.5')
)
libraryDependencies += "video.pano" % "rtc-simple" % "1.7.5"
[video.pano/rtc-simple "1.7.5"]