| GroupId | GroupIdio.github.thanakorntr |
|---|---|
| ArtifactId | ArtifactIdgoogle-services |
| Version | Version1.0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| google-services-1.0.2.pom | |
| google-services-1.0.2.jar | 16 KB |
| google-services-1.0.2-sources.jar | 8 KB |
| google-services-1.0.2-javadoc.jar | 67 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.thanakorntr/google-services/ -->
<dependency>
<groupId>io.github.thanakorntr</groupId>
<artifactId>google-services</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.thanakorntr/google-services/
implementation 'io.github.thanakorntr:google-services:1.0.2'
// https://jarcasting.com/artifacts/io.github.thanakorntr/google-services/
implementation ("io.github.thanakorntr:google-services:1.0.2")
'io.github.thanakorntr:google-services:jar:1.0.2'
<dependency org="io.github.thanakorntr" name="google-services" rev="1.0.2">
<artifact name="google-services" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.thanakorntr', module='google-services', version='1.0.2')
)
libraryDependencies += "io.github.thanakorntr" % "google-services" % "1.0.2"
[io.github.thanakorntr/google-services "1.0.2"]