android-appcoins-billing
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.catappult</groupId>
<artifactId>android-appcoins-billing</artifactId>
<version>0.10.0.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>io.catappult</groupId>
<artifactId>android-appcoins-billing</artifactId>
<version>0.10.0.0</version>
<packaging>aar</packaging>
<name>android-appcoins-billing</name>
<description>AppCoins Billing SDK</description>
<url>https://github.com/Catappult/appcoins-sdk/android-appcoins-billing</url>
<licenses>
<license>
<name>The Apache License, Version 3.0</name>
<url>http://www.apache.org/licenses/LICENSE-3.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>appcoins.wallet</id>
<name>AppCoins Wallet Team</name>
<email>wallet@aptoide.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:github.com/Catappult/appcoins-sdk.git</connection>
<developerConnection>scm:git:ssh://github.com/Catappult/appcoins-sdk.git</developerConnection>
<url>https://github.com/Catappult/appcoins-sdk</url>
</scm>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>1.9.0</version>
</dependency>
<dependency>
<groupId>androidx.browser</groupId>
<artifactId>browser</artifactId>
<version>1.5.0</version>
</dependency>
<dependency>
<groupId>com.github.matomo-org</groupId>
<artifactId>matomo-sdk-android</artifactId>
<version>4.1.0</version>
</dependency>
<dependency>
<groupId>com.indicative.client.android</groupId>
<artifactId>Indicative-Android</artifactId>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>com.android.support.constraint</groupId>
<artifactId>constraint-layout</artifactId>
<version>1.1.3</version>
</dependency>
<dependency>
<groupId>io.catappult</groupId>
<artifactId>appcoins-billing</artifactId>
<version>0.10.0.0</version>
</dependency>
<dependency>
<groupId>io.catappult</groupId>
<artifactId>appcoins-core</artifactId>
<version>0.10.0.0</version>
</dependency>
<dependency>
<groupId>io.catappult</groupId>
<artifactId>communication</artifactId>
<version>0.10.0.0</version>
</dependency>
</dependencies>
</project>