mock
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.githunb.renxh4</groupId> <artifactId>mock</artifactId> <version>0.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 http://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.githunb.renxh4</groupId> <artifactId>mock</artifactId> <version>0.0.7</version> <packaging>aar</packaging> <name>mock</name> <description>arr</description> <url>https://github.com/renxh4/Mock</url> <inceptionYear>2022</inceptionYear> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> <comments>A business-friendly OSS license</comments> </license> </licenses> <developers> <developer> <id>xiaohui</id> <name>ren</name> <email>18039395421@163.com</email> <url>https://github.com/renxh4/Mock</url> </developer> </developers> <scm> <connection>scm:git@https://github.com/renxh4/Mockr.git</connection> <developerConnection>scm:git@https://github.com/renxh4/Mock.git</developerConnection> <url>https://github.com/renxh4/Mock</url> </scm> <issueManagement> <system>Github</system> <url>https://github.com/renxh4/Mock</url> </issueManagement> <dependencies> <dependency> <groupId>androidx.core</groupId> <artifactId>core-ktx</artifactId> <version>1.7.0</version> </dependency> <dependency> <groupId>androidx.appcompat</groupId> <artifactId>appcompat</artifactId> <version>1.5.0</version> </dependency> <dependency> <groupId>com.google.android.material</groupId> <artifactId>material</artifactId> <version>1.6.1</version> </dependency> <dependency> <groupId>androidx.lifecycle</groupId> <artifactId>lifecycle-service</artifactId> <version>2.5.1</version> </dependency> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>okhttp</artifactId> <version>3.13.1</version> </dependency> <dependency> <groupId>com.koushikdutta.async</groupId> <artifactId>androidasync</artifactId> <version>3.1.0</version> </dependency> </dependencies> </project>