| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.github.thanakorntr |
| Идентификатор | Идентификаторgoogle-services |
| Версия | Версия1.0.3 |
| Тип | Типjar |
| Описание |
ОписаниеGoogle Services
A library of wrappers for several of Google APIs, such as Google
Drive, YouTube, etc.
|
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]