Download google-services-3.1.1.jar file - Jar g

Jar examples for g:google-services

Description

Gradle plug-in to build Firebase applications.

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

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

google-services-3.1.1-javadoc.jar
google-services-3.1.1-sources.jar
google-services-3.1.1.jar
google-services-3.1.1.pom



Related Tutorials