MVN

com.toast.android : toast-iap-onestore-v16-ktx

Maven & Gradle

Jul 11, 2023

TOAST IAP ONE store v16 Kotlin Extension · TOAST Android IAP SDK ONE store v16 In-app Purchase Kotlin Extension Module

<dependency>
    <groupId>com.toast.android</groupId>
    <artifactId>toast-iap-onestore-v16-ktx</artifactId>
    <version>1.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.toast.android : toast-iap-onestore-v16-ktx to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.0
  • Latest Alpha: 1.4.1-alpha01

All Versions

Choose a version of com.toast.android : toast-iap-onestore-v16-ktx to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7.x
toast-iap-onestore-v16-ktx-1.7.0
1.6.x
toast-iap-onestore-v16-ktx-1.6.0
1.5.x
toast-iap-onestore-v16-ktx-1.5.1
toast-iap-onestore-v16-ktx-1.5.0
1.4.x
toast-iap-onestore-v16-ktx-1.4.3
toast-iap-onestore-v16-ktx-1.4.2
toast-iap-onestore-v16-ktx-1.4.1
toast-iap-onestore-v16-ktx-1.4.1-alpha01
toast-iap-onestore-v16-ktx-1.4.0
1.3.x
toast-iap-onestore-v16-ktx-1.3.0
1.2.x
toast-iap-onestore-v16-ktx-1.2.0
1.1.x
toast-iap-onestore-v16-ktx-1.1.0
1.0.x
toast-iap-onestore-v16-ktx-1.0.0
0.31.x
toast-iap-onestore-v16-ktx-0.31.1
toast-iap-onestore-v16-ktx-0.31.0
0.30.x
toast-iap-onestore-v16-ktx-0.30.1
toast-iap-onestore-v16-ktx-0.30.0
0.29.x
toast-iap-onestore-v16-ktx-0.29.2
toast-iap-onestore-v16-ktx-0.29.1
toast-iap-onestore-v16-ktx-0.29.1-alpha01
toast-iap-onestore-v16-ktx-0.29.0
0.28.x
toast-iap-onestore-v16-ktx-0.28.0
0.27.x
toast-iap-onestore-v16-ktx-0.27.4
toast-iap-onestore-v16-ktx-0.27.3
toast-iap-onestore-v16-ktx-0.27.2
toast-iap-onestore-v16-ktx-0.27.1
toast-iap-onestore-v16-ktx-0.27.0

How to add a dependency to Maven

Add the following com.toast.android : toast-iap-onestore-v16-ktx maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.toast.android</groupId>
    <artifactId>toast-iap-onestore-v16-ktx</artifactId>
    <version>1.7.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.toast.android : toast-iap-onestore-v16-ktx gradle dependency to your build.gradle file:

implementation 'com.toast.android:toast-iap-onestore-v16-ktx:1.7.0'

Gradle Kotlin DSL: Add the following com.toast.android : toast-iap-onestore-v16-ktx gradle kotlin dependency to your build.gradle.kts file:

implementation("com.toast.android:toast-iap-onestore-v16-ktx:1.7.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.toast.android : toast-iap-onestore-v16-ktx sbt scala dependency to your build.sbt file:

libraryDependencies += "com.toast.android" % "toast-iap-onestore-v16-ktx" % "1.7.0"

Advertisement