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