swipy
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.github.omadahealth</groupId> <artifactId>swipy</artifactId> <version>1.2.3</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.omadahealth</groupId> <artifactId>swipy</artifactId> <version>1.2.3</version> <packaging>aar</packaging> <name>SwipyRefreshLayout Library</name> <description>A SwipeRefreshLayout extension that allows to swipe in both direction</description> <url>https://github.com/omadahealth/SwipyRefreshLayout</url> <licenses> <license> <name>The MIT License (MIT)</name> <url>https://github.com/omadahealth/SwipyRefreshLayoutblob/master/LICENSE</url> <distribution>https://github.com/omadahealth/SwipyRefreshLayoutblob/master/LICENSE</distribution> </license> </licenses> <developers> <developer> <id>olivierg13 & stoyand</id> <name>Olivier Goutay & Stoyan Dimitrov</name> </developer> </developers> <scm> <connection>https://github.com/omadahealth/SwipyRefreshLayout.git</connection> <developerConnection>https://github.com/omadahealth/SwipyRefreshLayout.git</developerConnection> <url>https://github.com/omadahealth/SwipyRefreshLayout.git</url> </scm> <dependencies> <dependency> <groupId>com.android.support</groupId> <artifactId>appcompat-v7</artifactId> <version>23.3.0</version> <scope>compile</scope> </dependency> </dependencies> </project>