Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdvideo.api |
ArtifactId | ArtifactIdandroid-live-stream |
Version | Version0.1.4 |
Type | Typeaar |
Filename | Size |
---|---|
android-live-stream-0.1.4.pom | |
android-live-stream-0.1.4.aar | 52 KB |
android-live-stream-0.1.4-sources.jar | 729 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/video.api/android-live-stream/ -->
<dependency>
<groupId>video.api</groupId>
<artifactId>android-live-stream</artifactId>
<version>0.1.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/video.api/android-live-stream/
implementation 'video.api:android-live-stream:0.1.4'
// https://jarcasting.com/artifacts/video.api/android-live-stream/
implementation ("video.api:android-live-stream:0.1.4")
'video.api:android-live-stream:aar:0.1.4'
<dependency org="video.api" name="android-live-stream" rev="0.1.4">
<artifact name="android-live-stream" type="aar" />
</dependency>
@Grapes(
@Grab(group='video.api', module='android-live-stream', version='0.1.4')
)
libraryDependencies += "video.api" % "android-live-stream" % "0.1.4"
[video.api/android-live-stream "0.1.4"]