b

bboxapi-router

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