MVN

com.toast.iap : iap

Maven & Gradle

Mar 17, 2021
3 usages

iap · The Project In App Purchase SDK

<dependency>
    <groupId>com.toast.iap</groupId>
    <artifactId>iap</artifactId>
    <version>1.5.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.5.3
  • Latest Release Candidate: 1.5.3-rc0

All Versions

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

Version Vulnerabilities Updated
1.5.x
iap-1.5.3-rc0
iap-1.5.3
iap-1.5.2
iap-1.5.1
iap-1.5.0
1.4.x
iap-1.4.1
iap-1.4.0
1.3.x
iap-1.3.9
iap-1.3.8
iap-1.3.7
iap-1.3.5.2
iap-1.3.5.1
iap-1.3.5
iap-1.3.4
iap-1.3.3.6
iap-1.3.3.5
iap-1.3.3.4
iap-1.3.3.3
iap-1.3.3.2
iap-1.3.3.1
iap-1.3.3
iap-1.3.2.2
iap-1.3.2.1
iap-1.3.2
iap-1.3.1
iap-1.3.0
1.2.x
iap-1.2.9
iap-1.2.8
iap-1.2.7
iap-1.2.6
iap-1.2.5.1
iap-1.2.5
iap-1.2.4
iap-1.2.3
iap-1.2.2
iap-1.2.1
iap-1.2.0
1.1.x
iap-1.1.4
iap-1.1.3

How to add a dependency to Maven

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

<dependency>
    <groupId>com.toast.iap</groupId>
    <artifactId>iap</artifactId>
    <version>1.5.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.toast.iap : iap gradle dependency to your build.gradle file:

implementation 'com.toast.iap:iap:1.5.3'

Gradle Kotlin DSL: Add the following com.toast.iap : iap gradle kotlin dependency to your build.gradle.kts file:

implementation("com.toast.iap:iap:1.5.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.toast.iap : iap sbt scala dependency to your build.sbt file:

libraryDependencies += "com.toast.iap" % "iap" % "1.5.3"