文件下载
文件名 操作
bboxapi-stb-1.1.0.jar 下载
bboxapi-stb-1.1.0.pom 下载
bboxapi-stb-1.1.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>fr.bmartel</groupId>
  <artifactId>bboxapi-stb</artifactId>
  <version>1.1.0</version>
</dependency>
Gradle Groovy
implementation 'fr.bmartel:bboxapi-stb:1.1.0'
Gradle Kotlin
implementation("fr.bmartel:bboxapi-stb:1.1.0")
Scala SBT
libraryDependencies += "fr.bmartel" % "bboxapi-stb" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='fr.bmartel', module='bboxapi-stb', version='1.1.0')
)
Apache Ivy
<dependency org="fr.bmartel" name="bboxapi-stb" rev="1.1.0" />
Leiningen
[fr.bmartel/bboxapi-stb "1.1.0"]
Apache Buildr
'fr.bmartel:bboxapi-stb:jar:1.1.0'