24paymentsdk
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.visal-99</groupId>
<artifactId>24paymentsdk</artifactId>
<version>1.0.5</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>io.github.visal-99</groupId>
<artifactId>24paymentsdk</artifactId>
<version>1.0.5</version>
<packaging>aar</packaging>
<dependencies>
<dependency>
<artifactId>appcompat</artifactId>
<groupId>androidx.appcompat</groupId>
<version>1.6.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<artifactId>material</artifactId>
<groupId>com.google.android.material</groupId>
<version>1.10.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<artifactId>constraintlayout</artifactId>
<groupId>androidx.constraintlayout</groupId>
<version>2.1.4</version>
<scope>runtime</scope>
</dependency>
<dependency>
<artifactId>retrofit</artifactId>
<groupId>com.squareup.retrofit2</groupId>
<version>2.9.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<artifactId>converter-gson</artifactId>
<groupId>com.squareup.retrofit2</groupId>
<version>2.9.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<artifactId>picasso</artifactId>
<groupId>com.squareup.picasso</groupId>
<version>2.8</version>
<scope>runtime</scope>
</dependency>
<dependency>
<artifactId>gson</artifactId>
<groupId>com.google.code.gson</groupId>
<version>2.10.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<artifactId>logging-interceptor</artifactId>
<groupId>com.squareup.okhttp3</groupId>
<version>4.11.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<artifactId>android-gif-drawable</artifactId>
<groupId>pl.droidsonroids.gif</groupId>
<version>1.2.28</version>
<scope>runtime</scope>
</dependency>
<dependency>
<artifactId>socket.io-client</artifactId>
<groupId>io.socket</groupId>
<version>2.1.0</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>