Download google-services-3.0.0.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.0.0 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials