Download google-maps-services-0.1.20.jar file - Jar g

Jar examples for g:google-maps-services

Description

Use the Google Maps API Web Services in Java! https://developers.google.com/maps/documentation/webservices/

You can download jar file google-maps-services 0.1.20 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add google-maps-services-0.1.20.jar to your project.

<dependency>
   <groupId>com.google.maps</groupId>
   <artifactId>google-maps-services</artifactId>
   <version>0.1.20</version>
</dependency>
compile group: 'com.google.maps', name: 'google-maps-services', version: '0.1.20'
libraryDependencies += "com.google.maps" % "google-maps-services" % "0.1.20"
<dependency org="com.google.maps" name="google-maps-services" rev="0.1.20"/>
@Grapes(@Grab(group='com.google.maps', module='google-maps-services', version='0.1.20'))
'com.google.maps:google-maps-services:jar:0.1.20'

Download

Click the following link to download the jar file.

google-maps-services-0.1.20-javadoc.jar
google-maps-services-0.1.20-sources.jar
google-maps-services-0.1.20.jar
google-maps-services-0.1.20.pom



Related Tutorials