buy3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.shopify.mobilebuysdk</groupId> <artifactId>buy3</artifactId> <version>18.0.0</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.shopify.mobilebuysdk</groupId> <artifactId>buy3</artifactId> <version>18.0.0</version> <packaging>aar</packaging> <name>MobileBuySDK</name> <description>Shopify's Mobile Buy SDK makes it simple to sell physical products inside your mobile app.</description> <url>https://github.com/Shopify/mobile-buy-sdk-android</url> <licenses> <license> <name>MIT</name> <url>https://opensource.org/licenses/MIT</url> </license> </licenses> <developers> <developer> <name>Shopify Inc.</name> </developer> </developers> <scm> <connection>https://github.com/Shopify/mobile-buy-sdk-android.git</connection> <developerConnection>https://github.com/Shopify/mobile-buy-sdk-android.git</developerConnection> <url>https://github.com/Shopify/mobile-buy-sdk-android.git</url> </scm> <dependencies> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>logging-interceptor</artifactId> <version>3.7.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.android.support</groupId> <artifactId>support-annotations</artifactId> <version>28.0.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>net.danlew</groupId> <artifactId>android.joda</artifactId> <version>2.9.9</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.8.6</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>1.3.30</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.jakewharton.timber</groupId> <artifactId>timber</artifactId> <version>4.7.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.shopify.graphql.support</groupId> <artifactId>support</artifactId> <version>0.2.1</version> <scope>compile</scope> </dependency> </dependencies> </project>