toast-iap-redbeancc-ktx
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.toast.android</groupId> <artifactId>toast-iap-redbeancc-ktx</artifactId> <version>0.24.4</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.toast.android</groupId> <artifactId>toast-iap-redbeancc-ktx</artifactId> <version>0.24.4</version> <packaging>aar</packaging> <name>TOAST IAP Redbean CC Kotlin Extension</name> <description>TOAST Android IAP SDK Redbean CC In-app Purchase Kotlin Extension Module</description> <url>https://github.nhnent.com/TOASTCloud/toastcloud-android-sdk</url> <inceptionYear>2017</inceptionYear> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>nhn-toast</id> <name>TOAST Client Team</name> <email>dl_tc_sdk_dev@nhn.com</email> </developer> </developers> <scm> <connection>scm:git@github.nhnent.com:TOASTCloud/toastcloud-android-sdk.git</connection> <developerConnection>scm:git@github.nhnent.com:TOASTCloud/toastcloud-android-sdk.git</developerConnection> <url>https://github.nhnent.com/TOASTCloud/toastcloud-android-sdk</url> </scm> <dependencies> <dependency> <groupId>com.toast.android</groupId> <artifactId>toast-iap-core-ktx</artifactId> <version>0.24.4</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.toast.android</groupId> <artifactId>toast-iap-redbeancc</artifactId> <version>0.24.4</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>1.4.20</version> <scope>compile</scope> </dependency> </dependencies> </project>