progressbutton
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.github.razir.progressbutton</groupId> <artifactId>progressbutton</artifactId> <version>2.1.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>com.github.razir.progressbutton</groupId> <artifactId>progressbutton</artifactId> <version>2.1.0</version> <packaging>aar</packaging> <dependencies> <dependency> <groupId>androidx.appcompat</groupId> <artifactId>appcompat</artifactId> <version>1.1.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.swiperefreshlayout</groupId> <artifactId>swiperefreshlayout</artifactId> <version>1.0.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk7</artifactId> <version>1.3.61</version> <scope>runtime</scope> </dependency> </dependencies> <name>progress button</name> <description>Progress Button Android</description> <url>https://github.com/razir/ProgressButton</url> <developers> <developer> <name>Anton Hadutski</name> <email>razir.anton@gmail.com</email> <organization>Anton Hadutski</organization> <organizationUrl>https://github.com/razir/</organizationUrl> </developer> </developers> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <scm> <connection>scm:git:git://github.com/razir/ProgressButton.git</connection> <developerConnection>scm:git:ssh://github.com:razir/ProgressButton.git</developerConnection> <url>https://github.com/razir/ProgressButton</url> </scm> </project>