drop-in
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.braintreepayments.api</groupId> <artifactId>drop-in</artifactId> <version>6.17.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>com.braintreepayments.api</groupId> <artifactId>drop-in</artifactId> <version>6.17.0</version> <packaging>aar</packaging> <name>drop-in</name> <description>Drop-in payment form for Braintree's Android SDK. Integrate this library to add a readymade UI for your payments.</description> <url>https://github.com/braintree/braintree-android-drop-in</url> <licenses> <license> <name>MIT</name> <url>http://opensource.org/licenses/MIT</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>devs</id> <name>Braintree Payments</name> <email>sdks@paypal.com</email> </developer> </developers> <scm> <connection>scm:git@github.com:braintree/braintree-android-drop-in.git</connection> <developerConnection>scm:git@github.com:braintree/braintree-android-drop-in.git</developerConnection> <url>scm:git@github.com:braintree/braintree-android-drop-in.git</url> </scm> <dependencies> <dependency> <groupId>com.braintreepayments.api</groupId> <artifactId>braintree-core</artifactId> <version>4.50.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.braintreepayments.api</groupId> <artifactId>three-d-secure</artifactId> <version>4.50.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.braintreepayments.api</groupId> <artifactId>paypal</artifactId> <version>4.50.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.braintreepayments.api</groupId> <artifactId>venmo</artifactId> <version>4.50.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.braintreepayments.api</groupId> <artifactId>google-pay</artifactId> <version>4.50.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.braintreepayments.api</groupId> <artifactId>card</artifactId> <version>4.50.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.braintreepayments.api</groupId> <artifactId>data-collector</artifactId> <version>4.50.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.braintreepayments.api</groupId> <artifactId>union-pay</artifactId> <version>4.50.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.braintreepayments</groupId> <artifactId>card-form</artifactId> <version>5.4.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk8</artifactId> <version>1.7.10</version> <scope>compile</scope> </dependency> <dependency> <groupId>androidx.annotation</groupId> <artifactId>annotation</artifactId> <version>1.1.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.fragment</groupId> <artifactId>fragment</artifactId> <version>1.7.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.lifecycle</groupId> <artifactId>lifecycle-runtime</artifactId> <version>2.7.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.cardview</groupId> <artifactId>cardview</artifactId> <version>1.0.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.recyclerview</groupId> <artifactId>recyclerview</artifactId> <version>1.2.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.android.material</groupId> <artifactId>material</artifactId> <version>1.4.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.constraintlayout</groupId> <artifactId>constraintlayout</artifactId> <version>2.0.4</version> <scope>runtime</scope> </dependency> </dependencies> </project>