connect
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>co.dapi</groupId> <artifactId>connect</artifactId> <version>2.37.5</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>co.dapi</groupId> <artifactId>connect</artifactId> <version>2.37.5</version> <packaging>aar</packaging> <name>connect</name> <description>Financial APIs to connect users bank accounts</description> <url>https://github.com/dapi-co/DapiConnect-Android</url> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>dapico</id> <name>DAPI</name> <email>hello@dapi.com</email> </developer> <developer> <id>abdelrahmanrizq</id> <name>Abdelrahman Rizq</name> <email>rizq@dapi.com</email> </developer> </developers> <scm> <connection>scm:git:github.com/dapi-co/DapiConnect-Android.git</connection> <developerConnection>scm:git:ssh://github.com/dapi-co/DapiConnect-Android.git</developerConnection> <url>https://github.com/dapi-co/DapiConnect-Android/tree/main</url> </scm> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk8</artifactId> <version>1.8.20</version> <scope>compile</scope> </dependency> <dependency> <groupId>androidx.appcompat</groupId> <artifactId>appcompat</artifactId> <version>1.6.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.core</groupId> <artifactId>core-ktx</artifactId> <version>1.10.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.multidex</groupId> <artifactId>multidex</artifactId> <version>2.0.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.compose.runtime</groupId> <artifactId>runtime</artifactId> <version>1.4.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.compose.ui</groupId> <artifactId>ui</artifactId> <version>1.4.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.compose.foundation</groupId> <artifactId>foundation</artifactId> <version>1.4.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.compose.foundation</groupId> <artifactId>foundation-layout</artifactId> <version>1.4.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.compose.ui</groupId> <artifactId>ui-tooling</artifactId> <version>1.4.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.activity</groupId> <artifactId>activity-compose</artifactId> <version>1.7.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.navigation</groupId> <artifactId>navigation-compose</artifactId> <version>2.6.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.compose.ui</groupId> <artifactId>ui-tooling-preview</artifactId> <version>1.4.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.compose.material</groupId> <artifactId>material</artifactId> <version>1.4.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.android.material</groupId> <artifactId>compose-theme-adapter</artifactId> <version>1.2.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.accompanist</groupId> <artifactId>accompanist-placeholder-material</artifactId> <version>0.24.11-rc</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.github.bumptech.glide</groupId> <artifactId>glide</artifactId> <version>4.14.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.squareup.retrofit2</groupId> <artifactId>retrofit</artifactId> <version>2.9.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.squareup.retrofit2</groupId> <artifactId>converter-gson</artifactId> <version>2.9.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>logging-interceptor</artifactId> <version>4.9.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.lifecycle</groupId> <artifactId>lifecycle-extensions</artifactId> <version>2.2.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.lifecycle</groupId> <artifactId>lifecycle-viewmodel-ktx</artifactId> <version>2.6.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.lifecycle</groupId> <artifactId>lifecycle-runtime-ktx</artifactId> <version>2.6.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-android</artifactId> <version>1.6.4</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-core</artifactId> <version>1.6.4</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.room</groupId> <artifactId>room-ktx</artifactId> <version>2.5.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.airbnb.android</groupId> <artifactId>lottie</artifactId> <version>6.0.0</version> <scope>runtime</scope> </dependency> </dependencies> </project>