swipelayout
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.axzae</groupId>
<artifactId>swipelayout</artifactId>
<version>1.3.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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.axzae</groupId>
<artifactId>swipelayout</artifactId>
<version>1.3.0</version>
<packaging>aar</packaging>
<name>AndroidSwipeLayout</name>
<description>Android Swipe Layout with AndroidX</description>
<url>https://github.com/axzae/android-swipe-layout</url>
<organization>
<name>Axzae</name>
<url>https://www.axzae.com</url>
</organization>
<licenses>
<license>
<name>The MIT License</name>
<url>https://opensource.org/license/mit/</url>
</license>
</licenses>
<developers>
<developer>
<name>You Qi</name>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/axzae/android-swipe-layout.git</connection>
<developerConnection>scm:git:ssh://git@github.com:axzae/android-swipe-layout.git</developerConnection>
<url>https://github.com/axzae/android-swipe-layout</url>
</scm>
</project>