GroupId | GroupIdcom.toast.iap |
---|---|
ArtifactId | ArtifactIdiap |
Version | Version1.2.9 |
Type | Typeaar |
Filename | Size |
---|---|
iap-1.2.9.pom | |
iap-1.2.9.aar | 137 KB |
iap-1.2.9-sources.jar | 60 KB |
iap-1.2.9-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.toast.iap/iap/ -->
<dependency>
<groupId>com.toast.iap</groupId>
<artifactId>iap</artifactId>
<version>1.2.9</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.toast.iap/iap/
implementation 'com.toast.iap:iap:1.2.9'
// https://jarcasting.com/artifacts/com.toast.iap/iap/
implementation ("com.toast.iap:iap:1.2.9")
'com.toast.iap:iap:aar:1.2.9'
<dependency org="com.toast.iap" name="iap" rev="1.2.9">
<artifact name="iap" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.toast.iap', module='iap', version='1.2.9')
)
libraryDependencies += "com.toast.iap" % "iap" % "1.2.9"
[com.toast.iap/iap "1.2.9"]