net
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.gao746700783</groupId>
<artifactId>net</artifactId>
<version>0.0.1</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.gao746700783</groupId>
<artifactId>net</artifactId>
<version>0.0.1</version>
<packaging>aar</packaging>
<name>net</name>
<description>SmartAdapter for using of RecyclerView</description>
<url>https://github.com/gao746700783/smartadapter</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>tortoise_like</id>
<name>tortoise_like</name>
<email>tortoise_like@163.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:github.com/gao746700783/smartadapter.git</connection>
<developerConnection>scm:git:ssh://github.com/gao746700783/smartadapter.git</developerConnection>
<url>https://github.com/gao746700783/smartadapter/tree/master</url>
</scm>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-core</artifactId>
<version>1.5.2</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-android</artifactId>
<version>1.5.2</version>
</dependency>
<dependency>
<groupId>com.squareup.okio</groupId>
<artifactId>okio</artifactId>
<version>2.8.0</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>4.9.0</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>logging-interceptor</artifactId>
<version>4.9.0</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp-urlconnection</artifactId>
<version>4.9.0</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>com.squareup.retrofit2</groupId>
<artifactId>adapter-rxjava2</artifactId>
<version>2.9.0</version>
</dependency>
<dependency>
<groupId>androidx.databinding</groupId>
<artifactId>viewbinding</artifactId>
<version>8.2.2</version>
</dependency>
<dependency>
<groupId>androidx.databinding</groupId>
<artifactId>databinding-common</artifactId>
<version>8.2.2</version>
</dependency>
<dependency>
<groupId>androidx.databinding</groupId>
<artifactId>databinding-runtime</artifactId>
<version>8.2.2</version>
</dependency>
<dependency>
<groupId>androidx.databinding</groupId>
<artifactId>databinding-adapters</artifactId>
<version>8.2.2</version>
</dependency>
<dependency>
<groupId>androidx.databinding</groupId>
<artifactId>databinding-ktx</artifactId>
<version>8.2.2</version>
</dependency>
</dependencies>
</project>