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