b

bboxapi-router-android

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-android-2.1.6.pom download
bboxapi-router-android-2.1.6-sources.jar download
Apache Maven
<dependency>
  <groupId>fr.bmartel</groupId>
  <artifactId>bboxapi-router-android</artifactId>
  <version>2.1.6</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'fr.bmartel:bboxapi-router-android:2.1.6'
Gradle Kotlin
implementation("fr.bmartel:bboxapi-router-android:2.1.6")
Scala SBT
libraryDependencies += "fr.bmartel" % "bboxapi-router-android" % "2.1.6"
Groovy Grape
@Grapes(
  @Grab(group='fr.bmartel', module='bboxapi-router-android', version='2.1.6')
)
Apache Ivy
<dependency org="fr.bmartel" name="bboxapi-router-android" rev="2.1.6" />
Leiningen
[fr.bmartel/bboxapi-router-android "2.1.6"]
Apache Buildr
'fr.bmartel:bboxapi-router-android:jar:2.1.6'