MVN

com.getkeepsafe.cashier : cashier-iab

Maven & Gradle

Mar 11, 2021
2 usages
25 stars

Cashier · A general, easy to use billing provider for Android. Provides support for Google Play's in-app billing

<dependency>
    <groupId>com.getkeepsafe.cashier</groupId>
    <artifactId>cashier-iab</artifactId>
    <version>0.3.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.getkeepsafe.cashier : cashier-iab to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.8

All Versions

Choose a version of com.getkeepsafe.cashier : cashier-iab to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
cashier-iab-0.3.8
cashier-iab-0.3.7

How to add a dependency to Maven

Add the following com.getkeepsafe.cashier : cashier-iab maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.getkeepsafe.cashier</groupId>
    <artifactId>cashier-iab</artifactId>
    <version>0.3.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.getkeepsafe.cashier : cashier-iab gradle dependency to your build.gradle file:

implementation 'com.getkeepsafe.cashier:cashier-iab:0.3.8'

Gradle Kotlin DSL: Add the following com.getkeepsafe.cashier : cashier-iab gradle kotlin dependency to your build.gradle.kts file:

implementation("com.getkeepsafe.cashier:cashier-iab:0.3.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.getkeepsafe.cashier : cashier-iab sbt scala dependency to your build.sbt file:

libraryDependencies += "com.getkeepsafe.cashier" % "cashier-iab" % "0.3.8"

Advertisement