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