| GroupId | GroupIdcom.github.takusemba |
|---|---|
| ArtifactId | ArtifactIdrtmppublisher |
| Version | Version1.1.1 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| rtmppublisher-1.1.1.pom | |
| rtmppublisher-1.1.1.aar | 75 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.takusemba/rtmppublisher/ -->
<dependency>
<groupId>com.github.takusemba</groupId>
<artifactId>rtmppublisher</artifactId>
<version>1.1.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.takusemba/rtmppublisher/
implementation 'com.github.takusemba:rtmppublisher:1.1.1'
// https://jarcasting.com/artifacts/com.github.takusemba/rtmppublisher/
implementation ("com.github.takusemba:rtmppublisher:1.1.1")
'com.github.takusemba:rtmppublisher:aar:1.1.1'
<dependency org="com.github.takusemba" name="rtmppublisher" rev="1.1.1">
<artifact name="rtmppublisher" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.takusemba', module='rtmppublisher', version='1.1.1')
)
libraryDependencies += "com.github.takusemba" % "rtmppublisher" % "1.1.1"
[com.github.takusemba/rtmppublisher "1.1.1"]