g

google-maps-routing-bom

BOM for Routes API
Files download
File Operation
google-maps-routing-bom-0.1.0.pom download
Apache Maven
<dependency>
  <groupId>com.google.maps</groupId>
  <artifactId>google-maps-routing-bom</artifactId>
  <version>0.1.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.google.maps:google-maps-routing-bom:0.1.0'
Gradle Kotlin
implementation("com.google.maps:google-maps-routing-bom:0.1.0")
Scala SBT
libraryDependencies += "com.google.maps" % "google-maps-routing-bom" % "0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.google.maps', module='google-maps-routing-bom', version='0.1.0')
)
Apache Ivy
<dependency org="com.google.maps" name="google-maps-routing-bom" rev="0.1.0" />
Leiningen
[com.google.maps/google-maps-routing-bom "0.1.0"]
Apache Buildr
'com.google.maps:google-maps-routing-bom:jar:0.1.0'