super-tooltip-aar
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.github.spyhunter99</groupId> <artifactId>super-tooltip-aar</artifactId> <version>4.0.2</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>com.github.spyhunter99</groupId> <artifactId>super-tooltip-aar</artifactId> <version>4.0.2</version> <packaging>aar</packaging> <name>super-tooltip-aar</name> <description>SuperToolTips is an Open Source Android library that allows developers to easily create Tool Tips for views. Originally written by nhaarman at github</description> <url>https://github.com/spyhunter99/supertooltips</url> <inceptionYear>2008</inceptionYear> <repositories> <repository> <id>BintrayJCenter</id> <name>BintrayJCenter</name> <url>https://jcenter.bintray.com/</url> </repository> <repository> <id>MavenRepo</id> <name>MavenRepo</name> <url>https://repo1.maven.org/maven2/</url> </repository> <repository> <id>maven</id> <name>maven</name> <url>https://oss.sonatype.org/content/repositories/snapshots</url> </repository> <repository> <id>maven2</id> <name>maven2</name> <url>http://repo.maven.apache.org/maven2</url> </repository> </repositories> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/</url> <distribution>http://www.apache.org/licenses/LICENSE-2.0</distribution> </license> </licenses> <organization> <name>com.github.spyhunter99</name> <url>https://github.com/spyhunter99/</url> </organization> <developers> <developer> <id>nhaarman</id> <name>nhaarman</name> <email>nhaarman@github.com</email> <roles> <role>original author</role> </roles> </developer> <developer> <id>ryanjohn1</id> <name>ryanjohn1</name> <email>ryanjohn1@github.com</email> <roles> <role>developer</role> </roles> </developer> <developer> <id>spyhunter99</id> <name>Alex O'Ree</name> <roles> <role>developer</role> </roles> </developer> </developers> <issueManagement> <system>GitHub</system> <url>https://github.com/spyhunter99/supertooltips/issues</url> </issueManagement> <ciManagement> <system>Travis</system> <url>https://travis-ci.org/spyhunter99/supertooltips</url> </ciManagement> <scm> <url>https://github.com/spyhunter99/supertooltips</url> <connection>scm:git:git@github.com:spyhunter99/supertooltips.git</connection> <developerConnection>scm:git:git@github.com:spyhunter99/supertooltips.git</developerConnection> </scm> <distributionManagement> <site> <id>Github</id> <url>https://github.com/spyhunter99/supertooltips/releases</url> </site> </distributionManagement> <dependencies> <dependency> <groupId>com.nineoldandroids</groupId> <artifactId>library</artifactId> <scope>compile</scope> <version>2.4.0</version> <type>jar</type> </dependency> </dependencies> </project>