Files download
File Operation
livestream-6.11.0.pom download
Apache Maven
<dependency>
  <groupId>com.firework.feature.player</groupId>
  <artifactId>livestream</artifactId>
  <version>6.11.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.firework.feature.player:livestream:6.11.0'
Gradle Kotlin
implementation("com.firework.feature.player:livestream:6.11.0")
Scala SBT
libraryDependencies += "com.firework.feature.player" % "livestream" % "6.11.0"
Groovy Grape
@Grapes(
  @Grab(group='com.firework.feature.player', module='livestream', version='6.11.0')
)
Apache Ivy
<dependency org="com.firework.feature.player" name="livestream" rev="6.11.0" />
Leiningen
[com.firework.feature.player/livestream "6.11.0"]
Apache Buildr
'com.firework.feature.player:livestream:jar:6.11.0'