| Группа | Группаcom.toast.iap |
|---|---|
| Идентификатор | Идентификаторiap-onestore |
| Версия | Версия1.5.2 |
| Тип | Типaar |
| Имя Файла | Размер |
|---|---|
| iap-onestore-1.5.2.pom | |
| iap-onestore-1.5.2.aar | 180 KB |
| iap-onestore-1.5.2-sources.jar | 87 KB |
| iap-onestore-1.5.2-javadoc.jar | 261 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.toast.iap/iap-onestore/ -->
<dependency>
<groupId>com.toast.iap</groupId>
<artifactId>iap-onestore</artifactId>
<version>1.5.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.toast.iap/iap-onestore/
implementation 'com.toast.iap:iap-onestore:1.5.2'
// https://jarcasting.com/artifacts/com.toast.iap/iap-onestore/
implementation ("com.toast.iap:iap-onestore:1.5.2")
'com.toast.iap:iap-onestore:aar:1.5.2'
<dependency org="com.toast.iap" name="iap-onestore" rev="1.5.2">
<artifact name="iap-onestore" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.toast.iap', module='iap-onestore', version='1.5.2')
)
libraryDependencies += "com.toast.iap" % "iap-onestore" % "1.5.2"
[com.toast.iap/iap-onestore "1.5.2"]