License |
License |
---|---|
GroupId | GroupIdcom.google.gms |
ArtifactId | ArtifactIdgoogle-services |
Last Version | Last Version3.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.google.gms.google-services
Gradle plug-in to build Firebase applications.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
google-services-3.1.1.pom | |
google-services-3.1.1.jar | 20 KB |
google-services-3.1.1-sources.jar | 7 KB |
google-services-3.1.1-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.gms/google-services/ -->
<dependency>
<groupId>com.google.gms</groupId>
<artifactId>google-services</artifactId>
<version>3.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.gms/google-services/
implementation 'com.google.gms:google-services:3.1.1'
// https://jarcasting.com/artifacts/com.google.gms/google-services/
implementation ("com.google.gms:google-services:3.1.1")
'com.google.gms:google-services:jar:3.1.1'
<dependency org="com.google.gms" name="google-services" rev="3.1.1">
<artifact name="google-services" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.gms', module='google-services', version='3.1.1')
)
libraryDependencies += "com.google.gms" % "google-services" % "3.1.1"
[com.google.gms/google-services "3.1.1"]