| Группа | Группаio.github.thanakorntr |
|---|---|
| Идентификатор | Идентификаторgoogle-services |
| Версия | Версия1.0.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| google-services-1.0.1.pom | |
| google-services-1.0.1.jar | 15 KB |
| google-services-1.0.1-sources.jar | 7 KB |
| google-services-1.0.1-javadoc.jar | 64 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.thanakorntr/google-services/ -->
<dependency>
<groupId>io.github.thanakorntr</groupId>
<artifactId>google-services</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.thanakorntr/google-services/
implementation 'io.github.thanakorntr:google-services:1.0.1'
// https://jarcasting.com/artifacts/io.github.thanakorntr/google-services/
implementation ("io.github.thanakorntr:google-services:1.0.1")
'io.github.thanakorntr:google-services:jar:1.0.1'
<dependency org="io.github.thanakorntr" name="google-services" rev="1.0.1">
<artifact name="google-services" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.thanakorntr', module='google-services', version='1.0.1')
)
libraryDependencies += "io.github.thanakorntr" % "google-services" % "1.0.1"
[io.github.thanakorntr/google-services "1.0.1"]