nicetab
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>me.amiee</groupId>
<artifactId>nicetab</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>me.amiee</groupId>
<artifactId>nicetab</artifactId>
<version>1.0.0</version>
<packaging>aar</packaging>
<name>Android-NiceTab</name>
<description>A nice tab to navigate between the different pages of a ViewPager.</description>
<url>https://github.com/RobotAmiee/Android-NiceTab</url>
<inceptionYear>2015</inceptionYear>
<licenses>
<license>
<name>Apache License 2.0</name>
<url>https://raw.githubusercontent.com/RobotAmiee/Android-NiceTab/master/LICENSE</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>amiee</id>
<name>Amiee Robot</name>
</developer>
</developers>
<scm>
<connection>scm:git@github.com:RobotAmiee/Android-NiceTab.git</connection>
<developerConnection>scm:git@github.com:RobotAmiee/Android-NiceTab.git</developerConnection>
<url>https://github.com/RobotAmiee/Android-NiceTab.git</url>
</scm>
<dependencies>
<dependency>
<groupId>com.android.support</groupId>
<artifactId>support-v4</artifactId>
<version>22.1.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>