License |
License |
---|---|
Categories |
CategoriesAnt Build Tools CLI User Interface |
GroupId | GroupIdio.antmedia |
ArtifactId | ArtifactIdrtmp-client |
Last Version | Last Version3.2.0 |
Release Date | Release Date |
Type | Typeaar |
Description |
Descriptionrtmp-client
RTMP Client for Android. It supports all architectures with 300KB total size
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
rtmp-client-3.2.0.pom | |
rtmp-client-3.2.0-sources.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.antmedia/rtmp-client/ -->
<dependency>
<groupId>io.antmedia</groupId>
<artifactId>rtmp-client</artifactId>
<version>3.2.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.antmedia/rtmp-client/
implementation 'io.antmedia:rtmp-client:3.2.0'
// https://jarcasting.com/artifacts/io.antmedia/rtmp-client/
implementation ("io.antmedia:rtmp-client:3.2.0")
'io.antmedia:rtmp-client:aar:3.2.0'
<dependency org="io.antmedia" name="rtmp-client" rev="3.2.0">
<artifact name="rtmp-client" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.antmedia', module='rtmp-client', version='3.2.0')
)
libraryDependencies += "io.antmedia" % "rtmp-client" % "3.2.0"
[io.antmedia/rtmp-client "3.2.0"]