Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdio.github.ezviz-open |
ArtifactId | ArtifactIdvideotalk |
Version | Version1.2.0 |
Type | Typeaar |
Filename | Size |
---|---|
videotalk-1.2.0.pom | |
videotalk-1.2.0.aar | 1 MB |
videotalk-1.2.0-sources.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.ezviz-open/videotalk/ -->
<dependency>
<groupId>io.github.ezviz-open</groupId>
<artifactId>videotalk</artifactId>
<version>1.2.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.ezviz-open/videotalk/
implementation 'io.github.ezviz-open:videotalk:1.2.0'
// https://jarcasting.com/artifacts/io.github.ezviz-open/videotalk/
implementation ("io.github.ezviz-open:videotalk:1.2.0")
'io.github.ezviz-open:videotalk:aar:1.2.0'
<dependency org="io.github.ezviz-open" name="videotalk" rev="1.2.0">
<artifact name="videotalk" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.ezviz-open', module='videotalk', version='1.2.0')
)
libraryDependencies += "io.github.ezviz-open" % "videotalk" % "1.2.0"
[io.github.ezviz-open/videotalk "1.2.0"]