net
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.tdxtxt</groupId>
<artifactId>net</artifactId>
<version>1.0.0</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.tdxtxt</groupId>
<artifactId>net</artifactId>
<version>1.0.0</version>
<packaging>aar</packaging>
<name>net</name>
<description>lib_net</description>
<url>https://github.com/tdxtxt/Base</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>唐德祥</name>
<email>tdxtxt@qq.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:github.com/tdxtxt/Base.git</connection>
<developerConnection>scm:git:ssh://git@github.com/tdxtxt/Base.git</developerConnection>
<url>https://github.com/tdxtxt/Base</url>
</scm>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk8</artifactId>
<version>1.9.10</version>
<scope>implementation</scope>
</dependency>
<dependency>
<groupId>io.reactivex.rxjava2</groupId>
<artifactId>rxjava</artifactId>
<version>2.2.12</version>
<scope>implementation</scope>
</dependency>
<dependency>
<groupId>io.reactivex.rxjava2</groupId>
<artifactId>rxandroid</artifactId>
<version>2.1.1</version>
<scope>implementation</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>4.12.0</version>
<scope>implementation</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>logging-interceptor</artifactId>
<version>4.12.0</version>
<scope>implementation</scope>
</dependency>
<dependency>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>retrofit</artifactId>
<version>2.4.0</version>
<scope>implementation</scope>
</dependency>
<dependency>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>converter-gson</artifactId>
<version>2.4.0</version>
<scope>implementation</scope>
</dependency>
<dependency>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>adapter-rxjava2</artifactId>
<version>2.4.0</version>
<scope>implementation</scope>
</dependency>
<dependency>
<groupId>com.trello.rxlifecycle3</groupId>
<artifactId>rxlifecycle</artifactId>
<version>3.1.0</version>
<scope>implementation</scope>
</dependency>
<dependency>
<groupId>com.trello.rxlifecycle3</groupId>
<artifactId>rxlifecycle-components</artifactId>
<version>3.1.0</version>
<scope>implementation</scope>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.5</version>
<scope>implementation</scope>
</dependency>
</dependencies>
</project>