g

google-maps-routing-parent

Java idiomatic client for Google Cloud Platform services.
Files download
File Operation
google-maps-routing-parent-1.30.0.pom download
Apache Maven
<dependency>
  <groupId>com.google.maps</groupId>
  <artifactId>google-maps-routing-parent</artifactId>
  <version>1.30.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.google.maps:google-maps-routing-parent:1.30.0'
Gradle Kotlin
implementation("com.google.maps:google-maps-routing-parent:1.30.0")
Scala SBT
libraryDependencies += "com.google.maps" % "google-maps-routing-parent" % "1.30.0"
Groovy Grape
@Grapes(
  @Grab(group='com.google.maps', module='google-maps-routing-parent', version='1.30.0')
)
Apache Ivy
<dependency org="com.google.maps" name="google-maps-routing-parent" rev="1.30.0" />
Leiningen
[com.google.maps/google-maps-routing-parent "1.30.0"]
Apache Buildr
'com.google.maps:google-maps-routing-parent:jar:1.30.0'