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