uetool
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.gdutxiaoxu</groupId> <artifactId>uetool</artifactId> <version>0.21</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.github.gdutxiaoxu</groupId> <artifactId>uetool</artifactId> <version>0.21</version> <packaging>aar</packaging> <name>UETool</name> <description>UETool</description> <url>https://github.com/gdutxiaoxu/UETool</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>xujun</name> <email>gdutxiaoxu@163.com</email> </developer> </developers> <scm> <connection>scm:git:git@github.com:gdutxiaoxu/UETool.git</connection> <developerConnection>scm:git:ssh://git@github.com:gdutxiaoxu/UETool.git</developerConnection> <url>https://github.com/gdutxiaoxu/UETool/tree/master</url> </scm> <dependencies> <dependency> <groupId>com.android.support</groupId> <artifactId>appcompat-v7</artifactId> <version>27.1.1</version> <scope>implementation</scope> </dependency> <dependency> <groupId>com.jakewharton.scalpel</groupId> <artifactId>scalpel</artifactId> <version>1.1.2</version> <scope>implementation</scope> </dependency> <dependency> <groupId>com.github.bmelnychuk</groupId> <artifactId>atv</artifactId> <version>1.2.9</version> <scope>implementation</scope> <exclusions> <exclusion> <groupId>com.android.support</groupId> <artifactId>appcompat-v7</artifactId> </exclusion> </exclusions> </dependency> </dependencies> </project>