b

bboxapi-stb-android

Bbox Miami API library for Kotlin/Java/Android
https://github.com/bertrandmartel/bboxapi-stb
The MIT License
Bertrand Martel
Files download
File Operation
bboxapi-stb-android-1.0.3.pom download
bboxapi-stb-android-1.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>fr.bmartel</groupId>
  <artifactId>bboxapi-stb-android</artifactId>
  <version>1.0.3</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'fr.bmartel:bboxapi-stb-android:1.0.3'
Gradle Kotlin
implementation("fr.bmartel:bboxapi-stb-android:1.0.3")
Scala SBT
libraryDependencies += "fr.bmartel" % "bboxapi-stb-android" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='fr.bmartel', module='bboxapi-stb-android', version='1.0.3')
)
Apache Ivy
<dependency org="fr.bmartel" name="bboxapi-stb-android" rev="1.0.3" />
Leiningen
[fr.bmartel/bboxapi-stb-android "1.0.3"]
Apache Buildr
'fr.bmartel:bboxapi-stb-android:jar:1.0.3'