socialhelper
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.devzwy</groupId> <artifactId>socialhelper</artifactId> <version>1.0.7</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.devzwy</groupId> <artifactId>socialhelper</artifactId> <version>1.0.7</version> <packaging>aar</packaging> <name>socialhelper</name> <description>Integrate common third-party authorization, login, and sharing tools to quickly develop apps</description> <url>https://github.com/devzwy/SocialHelper</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> <id>devzwy</id> <name>devzwy</name> <email>top.wdsf@gmail.com</email> </developer> </developers> <scm> <connection>scm:git:github.com/devzwy/SocialHelper.git</connection> <developerConnection>scm:git:ssh://github.com/devzwy/SocialHelper.git</developerConnection> <url>https://github.com/devzwy/SocialHelper/tree/main</url> </scm> <dependencies> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>okhttp</artifactId> <version>4.9.3</version> </dependency> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.9.0</version> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-core</artifactId> <version>1.6.1</version> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-android</artifactId> <version>1.6.1</version> </dependency> </dependencies> </project>