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