| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.github.thanakorntr |
| Идентификатор | Идентификаторgoogle-services |
| Версия | Версия1.0.5 |
| Тип | Типjar |
| Описание |
ОписаниеGoogle Services
A library of wrappers for several of Google APIs, such as Google
Drive, YouTube, etc.
|
| Имя Файла | Размер |
|---|---|
| google-services-1.0.5.pom | |
| google-services-1.0.5.jar | 19 KB |
| google-services-1.0.5-sources.jar | 10 KB |
| google-services-1.0.5-javadoc.jar | 71 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.thanakorntr/google-services/ -->
<dependency>
<groupId>io.github.thanakorntr</groupId>
<artifactId>google-services</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.thanakorntr/google-services/
implementation 'io.github.thanakorntr:google-services:1.0.5'
// https://jarcasting.com/artifacts/io.github.thanakorntr/google-services/
implementation ("io.github.thanakorntr:google-services:1.0.5")
'io.github.thanakorntr:google-services:jar:1.0.5'
<dependency org="io.github.thanakorntr" name="google-services" rev="1.0.5">
<artifact name="google-services" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.thanakorntr', module='google-services', version='1.0.5')
)
libraryDependencies += "io.github.thanakorntr" % "google-services" % "1.0.5"
[io.github.thanakorntr/google-services "1.0.5"]