netwatcher
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.github.liaopen123</groupId> <artifactId>netwatcher</artifactId> <version>1.0.6</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>com.github.liaopen123</groupId> <artifactId>netwatcher</artifactId> <version>1.0.6</version> <packaging>aar</packaging> <name>netwatcher</name> <description>retrofit net wather</description> <url>https://github.com/boybeak/EasyPack</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>liaopen123</id> <name>liaopenghui</name> <email>467969@qq.com</email> </developer> </developers> <scm> <connection>scm:git:github.com/liaopen123/NetWatcher.git</connection> <developerConnection>scm:git:ssh://github.com/liaopen123/NetWatcher.git</developerConnection> <url>https://github.com/liaopen123/NetWatcher/tree/master</url> </scm> <dependencies> <dependency> <groupId>androidx.core</groupId> <artifactId>core-ktx</artifactId> <version>1.6.0</version> </dependency> <dependency> <groupId>androidx.appcompat</groupId> <artifactId>appcompat</artifactId> <version>1.3.1</version> </dependency> <dependency> <groupId>com.google.android.material</groupId> <artifactId>material</artifactId> <version>1.4.0</version> </dependency> <dependency> <groupId>androidx.constraintlayout</groupId> <artifactId>constraintlayout</artifactId> <version>2.1.1</version> </dependency> <dependency> <groupId>com.yuyh.json</groupId> <artifactId>jsonviewer</artifactId> <version>1.0.6</version> </dependency> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>okhttp</artifactId> <version>3.14.9</version> </dependency> </dependencies> </project>