Animated-Download-Button
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.snuffix</groupId>
<artifactId>Animated-Download-Button</artifactId>
<version>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.snuffix</groupId>
<artifactId>Animated-Download-Button</artifactId>
<version>0.2</version>
<packaging>aar</packaging>
<name>Animated-Download-Button</name>
<description>Animated download button</description>
<url>https://github.com/snuffix/Animated-Download-Button</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>snuffix</id>
<name>Adrian Kremski</name>
<email>adrian.kremski@gmail.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:github.com/snuffix/Animated-Download-Button.git</connection>
<developerConnection>scm:git:ssh://github.com:snuffix/Animated-Download-Button.git</developerConnection>
<url>https://github.com/snuffix/Animated-Download-Button/tree/master</url>
</scm>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-android-extensions-runtime</artifactId>
<version>1.3.41</version>
</dependency>
<dependency>
<groupId/>
<artifactId>unspecified</artifactId>
<version/>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk7</artifactId>
<version>1.3.41</version>
</dependency>
<dependency>
<groupId>androidx.appcompat</groupId>
<artifactId>appcompat</artifactId>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>androidx.core</groupId>
<artifactId>core-ktx</artifactId>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>com.github.castorflex.smoothprogressbar</groupId>
<artifactId>library-circular</artifactId>
<version>1.3.0</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-core</artifactId>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-android</artifactId>
<version>1.2.0</version>
</dependency>
</dependencies>
</project>