tracker-top100-sdk
Used in 0 components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
Overview
Top100 tracker, documentation https://top-100-writer.gitbook.io/top100-documentation/android-sdk-beta
Snippets
<dependency> <groupId>io.github.top-100-writer</groupId> <artifactId>tracker-top100-sdk</artifactId> <version>1.0.5</version> </dependency>
Maven POM File
<?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.top-100-writer</groupId> <artifactId>tracker-top100-sdk</artifactId> <version>1.0.5</version> <packaging>aar</packaging> <name>tracker-top100-sdk</name> <description>Top100 tracker, documentation https://top-100-writer.gitbook.io/top100-documentation/android-sdk-beta</description> <url>https://github.com/top-100-writer/top100-tracker-android</url> <licenses> <license> <name>Apache License 2.0</name> <url>https://github.com/top-100-writer/top100-tracker-android/blob/main/LICENSE</url> </license> </licenses> <developers> <developer> <id>top-100-writer</id> <name>top-100-writer</name> <email>documentation-top-100@rambler.ru</email> </developer> </developers> <scm> <connection>scm:github.com/top-100-writer/top100-tracker-android.git</connection> <developerConnection>scm:git:@github.com:top-100-writer/top100-tracker-android.git</developerConnection> <url>https://github.com/top-100-writer/top100-tracker-android/tree/main</url> </scm> <dependencies> <dependency> <groupId>androidx.datastore</groupId> <artifactId>datastore-core</artifactId> <version>1.0.0</version> </dependency> <dependency> <groupId>com.squareup.retrofit2</groupId> <artifactId>converter-gson</artifactId> <version>2.9.0</version> </dependency> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>okhttp</artifactId> <version>5.0.0-alpha.9</version> </dependency> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>logging-interceptor</artifactId> <version>5.0.0-alpha.9</version> </dependency> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.9.1</version> </dependency> <dependency> <groupId>com.google.protobuf</groupId> <artifactId>protobuf-javalite</artifactId> <version>3.21.2</version> </dependency> <dependency> <groupId>com.google.android.gms</groupId> <artifactId>play-services-appset</artifactId> <version>16.0.2</version> </dependency> <dependency> <groupId>com.google.android.gms</groupId> <artifactId>play-services-ads-identifier</artifactId> <version>18.0.1</version> </dependency> <dependency> <groupId>com.yandex.android</groupId> <artifactId>mobmetricalib</artifactId> <version>5.2.0</version> </dependency> </dependencies> </project>