fast-android-network
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.libolf</groupId> <artifactId>fast-android-network</artifactId> <version>1.0.24</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.libolf</groupId> <artifactId>fast-android-network</artifactId> <version>1.0.24</version> <packaging>aar</packaging> <name>fast-android-network</name> <description>Android模板项目</description> <url>https://github.com/libolf/FastAndroid</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>libo</id> <name>libo</name> <email>1021211327@qq.com</email> </developer> </developers> <scm> <connection>https://github.com/libolf/FastAndroid.git</connection> <developerConnection>https://github.com/libolf/FastAndroid.git</developerConnection> <url>https://github.com/libolf/FastAndroid/tree/master</url> </scm> <dependencies> <dependency> <groupId>com.google.dagger</groupId> <artifactId>hilt-android</artifactId> <version>2.41</version> <exclusions> <exclusion> <groupId>androidx.annotation</groupId> <artifactId>annotation</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>io.github.libolf</groupId> <artifactId>fast-android-common</artifactId> <version>1.0.13</version> </dependency> <dependency> <groupId>io.github.libolf</groupId> <artifactId>fast-android-datastore</artifactId> <version>1.0.5</version> </dependency> <dependency> <groupId>io.github.libolf</groupId> <artifactId>fast-android-user</artifactId> <version>1.0.7</version> </dependency> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>okhttp</artifactId> <version>4.9.3</version> </dependency> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>logging-interceptor</artifactId> <version>4.9.3</version> </dependency> <dependency> <groupId>com.squareup.retrofit2</groupId> <artifactId>retrofit</artifactId> <version>2.9.0</version> </dependency> <dependency> <groupId>com.squareup.retrofit2</groupId> <artifactId>converter-gson</artifactId> <version>2.9.0</version> </dependency> <dependency> <groupId>org.java-websocket</groupId> <artifactId>Java-WebSocket</artifactId> <version>1.5.3</version> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk8</artifactId> <version>1.6.21</version> </dependency> </dependencies> </project>