ascend-android-sdk
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.dreamhorizon</groupId>
<artifactId>ascend-android-sdk</artifactId>
<version>1.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>org.dreamhorizon</groupId>
<artifactId>ascend-android-sdk</artifactId>
<version>1.0.0</version>
<packaging>aar</packaging>
<name>asend-android-sdk</name>
<description>Ascend Android SDK</description>
<url>https://github.com/dream-horizon-org/ascend-android</url>
<licenses>
<license>
<name>Ascend License</name>
<url>https://github.com/dream-horizon-org/ascend-android/blob/main/LICENSE</url>
</license>
</licenses>
<developers>
<developer>
<id>harshmishradream11</id>
<name>Harsh Mishra</name>
<email>harsh.mishra@dream11.com</email>
</developer>
<developer>
<id>PrabhSing77</id>
<name>Prabhjot Singh</name>
<email>prabhjot.singh@dream11.com</email>
</developer>
<developer>
<id>arinjay-d11</id>
<name>Arinjay Patni</name>
<email>arinjay.patni@dream11.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/dream-horizon-org/ascend-android.git</connection>
<developerConnection>scm:git:ssh://github.com/dream-horizon-org/ascend-android.git</developerConnection>
<url>https://github.com/dream-horizon-org/ascend-android</url>
</scm>
<dependencies>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.13.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>2.0.21</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>androidx.core</groupId>
<artifactId>core-ktx</artifactId>
<version>1.10.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.appcompat</groupId>
<artifactId>appcompat</artifactId>
<version>1.7.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.google.android.material</groupId>
<artifactId>material</artifactId>
<version>1.13.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.google.dagger</groupId>
<artifactId>dagger</artifactId>
<version>2.57.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.room</groupId>
<artifactId>room-runtime</artifactId>
<version>2.8.1</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.10.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>