| License |
License |
|---|---|
| GroupId | GroupIdio.github.thanakorntr |
| ArtifactId | ArtifactIdgoogle-services |
| Version | Version1.0.3 |
| Type | Typejar |
| Description |
DescriptionGoogle Services
A library of wrappers for several of Google APIs, such as Google
Drive, YouTube, etc.
|
| Filename | Size |
|---|---|
| google-services-1.0.3.pom | |
| google-services-1.0.3.jar | 16 KB |
| google-services-1.0.3-sources.jar | 8 KB |
| google-services-1.0.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.thanakorntr/google-services/
implementation 'io.github.thanakorntr:google-services:1.0.3'
// https://jarcasting.com/artifacts/io.github.thanakorntr/google-services/
implementation ("io.github.thanakorntr:google-services:1.0.3")
'io.github.thanakorntr:google-services:jar:1.0.3'
<dependency org="io.github.thanakorntr" name="google-services" rev="1.0.3">
<artifact name="google-services" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.thanakorntr', module='google-services', version='1.0.3')
)
libraryDependencies += "io.github.thanakorntr" % "google-services" % "1.0.3"
[io.github.thanakorntr/google-services "1.0.3"]