tozmartSDK-s5
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.tozmart</groupId> <artifactId>tozmartSDK-s5</artifactId> <version>2.7.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 http://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.tozmart</groupId> <artifactId>tozmartSDK-s5</artifactId> <version>2.7.1</version> <packaging>aar</packaging> <name>tozmartSDK-s5</name> <description>tozmartSDK-s5</description> <url>https://github.com/tozmart/tozisdk</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> <name>tozmart</name> <email>ys.w@tozmart.com</email> </developer> </developers> <scm> <connection>https://github.com/tozmart/tozisdk.git</connection> <developerConnection>https://github.com/tozmart/tozisdk.git</developerConnection> <url>https://github.com/tozmart/tozisdk</url> </scm> <dependencies> <dependency> <groupId>io.reactivex.rxjava2</groupId> <artifactId>rxjava</artifactId> <version>2.2.7</version> </dependency> <dependency> <groupId>com.squareup.retrofit2</groupId> <artifactId>retrofit</artifactId> <version>2.4.0</version> </dependency> <dependency> <groupId>com.squareup.retrofit2</groupId> <artifactId>converter-gson</artifactId> <version>2.4.0</version> </dependency> <dependency> <groupId>com.squareup.retrofit2</groupId> <artifactId>adapter-rxjava2</artifactId> <version>2.4.0</version> </dependency> <dependency> <groupId>io.reactivex.rxjava2</groupId> <artifactId>rxandroid</artifactId> <version>2.1.0</version> </dependency> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>okhttp</artifactId> <version>3.11.0</version> </dependency> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>logging-interceptor</artifactId> <version>3.10.0</version> </dependency> <dependency> <groupId>com.trello.rxlifecycle2</groupId> <artifactId>rxlifecycle-components</artifactId> <version>2.1.0</version> </dependency> <dependency> <groupId>androidx.lifecycle</groupId> <artifactId>lifecycle-common</artifactId> <version>2.3.1</version> </dependency> <dependency> <groupId>com.facebook.fresco</groupId> <artifactId>fresco</artifactId> <version>1.13.0</version> </dependency> <dependency> <groupId>me.jessyan</groupId> <artifactId>progressmanager</artifactId> <version>1.5.0</version> </dependency> <dependency> <groupId>androidx.exifinterface</groupId> <artifactId>exifinterface</artifactId> <version>1.3.2</version> </dependency> <dependency> <groupId>com.google.android.gms</groupId> <artifactId>play-services-tasks</artifactId> <version>17.2.1</version> </dependency> <dependency> <groupId>com.otaliastudios.opengl</groupId> <artifactId>egloo</artifactId> <version>0.4.0</version> </dependency> </dependencies> </project>