Files download
File Operation
bboxapi-stb-1.2.7.jar download
bboxapi-stb-1.2.7.pom download
bboxapi-stb-1.2.7-sources.jar download
Apache Maven
<dependency>
  <groupId>fr.bmartel</groupId>
  <artifactId>bboxapi-stb</artifactId>
  <version>1.2.7</version>
</dependency>
Gradle Groovy
implementation 'fr.bmartel:bboxapi-stb:1.2.7'
Gradle Kotlin
implementation("fr.bmartel:bboxapi-stb:1.2.7")
Scala SBT
libraryDependencies += "fr.bmartel" % "bboxapi-stb" % "1.2.7"
Groovy Grape
@Grapes(
  @Grab(group='fr.bmartel', module='bboxapi-stb', version='1.2.7')
)
Apache Ivy
<dependency org="fr.bmartel" name="bboxapi-stb" rev="1.2.7" />
Leiningen
[fr.bmartel/bboxapi-stb "1.2.7"]
Apache Buildr
'fr.bmartel:bboxapi-stb:jar:1.2.7'