share
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.wankey.mithril</groupId>
<artifactId>share</artifactId>
<version>1.1.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.wankey.mithril</groupId>
<artifactId>share</artifactId>
<version>1.1.1</version>
<packaging>aar</packaging>
<name>share</name>
<description>a rx stream library provider ability to share text、image、web to popular social media in China</description>
<url>https://github.com/wankey/RxShare</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>wankey</id>
<name>Wankey Cheng</name>
<email>wankeycheng@gmail.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/wankey/RxShare.git</connection>
<developerConnection>https://github.com/wankey/RxShare.git</developerConnection>
<url>https://github.com/wankey/RxShare</url>
</scm>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk8</artifactId>
<version>1.2.60</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>3.11.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.reactivex.rxjava2</groupId>
<artifactId>rxjava</artifactId>
<version>2.2.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>top.zibin</groupId>
<artifactId>Luban</artifactId>
<version>1.1.8</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>