core-api-android-sdk
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>ru.yoomoney.sdk.core-api</groupId>
<artifactId>core-api-android-sdk</artifactId>
<version>1.3.6</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>ru.yoomoney.sdk.core-api</groupId>
<artifactId>core-api-android-sdk</artifactId>
<version>1.3.6</version>
<packaging>aar</packaging>
<name>core-api-android-sdk</name>
<description>Yoomoney core-api Library</description>
<url>ssh://git@bitbucket.yooteam.ru/ma/mobile-core-api-sdk.git</url>
<licenses>
<license>
<name>The MIT License (MIT)</name>
<url>The MIT License (MIT)</url>
</license>
</licenses>
<developers>
<developer>
<id>yoomoney</id>
<name>yoomoney dev</name>
<email>supp@yoomoney.ru</email>
</developer>
</developers>
<scm>
<connection>scm:git:ssh://git@bitbucket.yooteam.ru/ma/mobile-core-api-sdk.git</connection>
<developerConnection>scm:git:ssh://git@bitbucket.yooteam.ru/ma/mobile-core-api-sdk.git</developerConnection>
<url>scm:git:ssh://git@bitbucket.yooteam.ru/ma/mobile-core-api-sdk.git</url>
</scm>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>1.9.22</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.13.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.13.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.13.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-kotlin</artifactId>
<version>2.13.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>converter-jackson</artifactId>
<version>2.9.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>retrofit</artifactId>
<version>2.9.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>4.9.3</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>