| License |
License |
|---|---|
| GroupId | GroupIdcom.github.erd |
| ArtifactId | ArtifactIdandroid-licensing |
| Last Version | Last Version1.2.0 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
DescriptionGoogle Play Licensing Library
Google Play Licensing client library
|
| Filename | Size |
|---|---|
| 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 |
| Browse |
<!-- 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"]