| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.erd |
| Идентификатор | Идентификаторandroid-licensing |
| Последняя версия | Последняя версия1.2.0 |
| Дата | Дата |
| Тип | Типaar |
| Описание |
ОписаниеGoogle Play Licensing Library
Google Play Licensing client library
|
| Имя Файла | Размер |
|---|---|
| android-licensing-1.2.0.pom | |
| android-licensing-1.2.0.aar | 40 KB |
| android-licensing-1.2.0-sources.jar | 34 KB |
| android-licensing-1.2.0-javadoc.jar | 94 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.erd/android-licensing/ -->
<dependency>
<groupId>com.github.erd</groupId>
<artifactId>android-licensing</artifactId>
<version>1.2.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.erd/android-licensing/
implementation 'com.github.erd:android-licensing:1.2.0'
// https://jarcasting.com/artifacts/com.github.erd/android-licensing/
implementation ("com.github.erd:android-licensing:1.2.0")
'com.github.erd:android-licensing:aar:1.2.0'
<dependency org="com.github.erd" name="android-licensing" rev="1.2.0">
<artifact name="android-licensing" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.erd', module='android-licensing', version='1.2.0')
)
libraryDependencies += "com.github.erd" % "android-licensing" % "1.2.0"
[com.github.erd/android-licensing "1.2.0"]