MVN

com.toast.android : toast-unity-iap-galaxy

Maven & Gradle

Oct 22, 2021

TOAST Unity Plugin IAP Galaxy Store · TOAST Android Unity Plugin IAP SDK Galaxy In-app Purchase Module

<dependency>
    <groupId>com.toast.android</groupId>
    <artifactId>toast-unity-iap-galaxy</artifactId>
    <version>0.27.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.27.4

All Versions

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

Version Vulnerabilities Updated
0.27.x
toast-unity-iap-galaxy-0.27.4
toast-unity-iap-galaxy-0.27.3
toast-unity-iap-galaxy-0.27.2
toast-unity-iap-galaxy-0.27.1
toast-unity-iap-galaxy-0.27.0
0.26.x
toast-unity-iap-galaxy-0.26.0
0.25.x
toast-unity-iap-galaxy-0.25.0
0.24.x
toast-unity-iap-galaxy-0.24.4
toast-unity-iap-galaxy-0.24.3
toast-unity-iap-galaxy-0.24.2.1
toast-unity-iap-galaxy-0.24.2

How to add a dependency to Maven

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

<dependency>
    <groupId>com.toast.android</groupId>
    <artifactId>toast-unity-iap-galaxy</artifactId>
    <version>0.27.4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.toast.android:toast-unity-iap-galaxy:0.27.4'

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

implementation("com.toast.android:toast-unity-iap-galaxy:0.27.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.toast.android" % "toast-unity-iap-galaxy" % "0.27.4"