app
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.z593492734</groupId>
<artifactId>app</artifactId>
<version>1.0.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.z593492734</groupId>
<artifactId>app</artifactId>
<version>1.0.0</version>
<packaging>aar</packaging>
<name>com-my-carouselfigure</name>
<description>""</description>
<url>https://github.com/z593492734/CarouselFigureView</url>
<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>
</license>
</licenses>
<developers>
<developer>
<id>z593492734</id>
<name>黑色小老虎</name>
<email>mengyuanzz@126.com</email>
</developer>
</developers>
<scm>
<connection>cm:git:https://github.com/z593492734/CarouselFigureView</connection>
<developerConnection>cm:git:https://github.com/z593492734/CarouselFigureView</developerConnection>
<url>https://github.com/z593492734/CarouselFigureView</url>
</scm>
<dependencies>
<dependency>
<groupId>com.github.bumptech.glide</groupId>
<artifactId>glide</artifactId>
<version>3.6.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.android.support</groupId>
<artifactId>support-v4</artifactId>
<version>23.2.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.android.support</groupId>
<artifactId>appcompat-v7</artifactId>
<version>23.2.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>