bga-refreshlayout
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>cn.bingoogolapple</groupId> <artifactId>bga-refreshlayout</artifactId> <version>0.0.2</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>cn.bingoogolapple</groupId> <artifactId>bga-refreshlayout</artifactId> <version>0.0.2</version> <packaging>aar</packaging> <name>Android RefreshLayoutLayout Library</name> <description>Android RefreshLayoutLayout Library</description> <url>https://github.com/bingoogolapple/BGARefreshLayout-Android</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>bingoogolapple</id> <name>bingoogolapple</name> <email>bingoogolapple@gmail.com</email> </developer> </developers> <scm> <connection>scm:git:git://github.com/bingoogolapple/BGARefreshLayout-Android</connection> <developerConnection>scm:git:git://github.com/bingoogolapple/BGARefreshLayout-Android</developerConnection> <url>https://github.com/bingoogolapple/BGARefreshLayout-Android</url> </scm> <issueManagement> <system>GitHub</system> <url>https://github.com/bingoogolapple/BGARefreshLayout-Android/issues</url> </issueManagement> <dependencies> <dependency> <groupId>androidx.databinding</groupId> <artifactId>databinding-common</artifactId> <version>3.5.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>androidx.databinding</groupId> <artifactId>databinding-runtime</artifactId> <version>3.5.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>androidx.databinding</groupId> <artifactId>databinding-adapters</artifactId> <version>3.5.2</version> <scope>compile</scope> </dependency> </dependencies> </project>