provisioning
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.adyen.issuing</groupId> <artifactId>provisioning</artifactId> <version>0.3.1</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>com.adyen.issuing</groupId> <artifactId>provisioning</artifactId> <version>0.3.1</version> <packaging>aar</packaging> <name>Adyen Google Wallet Card Provisioning SDK</name> <description>Adyen Card Provisioning SDK for Android</description> <url>https://github.com/Adyen/adyen-google-pay-provisioning-android</url> <organization> <name>Adyen N.V.</name> <url>https://www.adyen.com/</url> </organization> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <name>Issuing</name> <organization>Adyen N.V.</organization> <organizationUrl>https://www.adyen.com/</organizationUrl> </developer> </developers> <scm> <connection>scm:git:git://github.com/Adyen/adyen-google-pay-provisioning-android.git</connection> <developerConnection>scm:git:git://github.com/Adyen/adyen-google-pay-provisioning-android.git</developerConnection> <url>https://github.com/Adyen/adyen-google-pay-provisioning-android</url> </scm> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>2.0.21</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.bitbucket.b_c</groupId> <artifactId>jose4j</artifactId> <version>0.9.6</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-core</artifactId> <version>1.9.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-serialization-json</artifactId> <version>1.7.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.android.gms</groupId> <artifactId>play-services-tapandpay</artifactId> <version>18.3.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.lifecycle</groupId> <artifactId>lifecycle-runtime-ktx</artifactId> <version>2.8.7</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.activity</groupId> <artifactId>activity</artifactId> <version>1.9.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.compose.runtime</groupId> <artifactId>runtime</artifactId> <version>1.7.7</version> <scope>runtime</scope> </dependency> </dependencies> </project>