survey
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.quickbirdstudios</groupId> <artifactId>survey</artifactId> <version>2.0.0-alpha</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.quickbirdstudios</groupId> <artifactId>survey</artifactId> <version>2.0.0-alpha</version> <packaging>aar</packaging> <name>SurveyKit</name> <description>Create beautiful surveys on Android</description> <url>https://github.com/quickbirdstudios/SurveyKit</url> <licenses> <license> <name>MIT</name> <url>https://opensource.org/licenses/MIT</url> </license> </licenses> <developers> <developer> <id>quickbirdstudios</id> <name>QuickBird Studios GmbH</name> </developer> </developers> <scm> <connection>scm:git:git@github.com:quickbirdstudios/SurveyKit.git</connection> <url>https://github.com/quickbirdstudios/SurveyKit.git</url> </scm> <dependencies> <dependency> <scope>runtime</scope> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-android-extensions-runtime</artifactId> <version>1.3.70</version> </dependency> <dependency> <scope>runtime</scope> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk8</artifactId> <version>1.3.50</version> </dependency> <dependency> <scope>runtime</scope> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-android</artifactId> <version>1.3.0</version> </dependency> <dependency> <scope>runtime</scope> <groupId>androidx.appcompat</groupId> <artifactId>appcompat</artifactId> <version>1.0.0</version> </dependency> <dependency> <scope>runtime</scope> <groupId>androidx.constraintlayout</groupId> <artifactId>constraintlayout</artifactId> <version>1.1.3</version> </dependency> <dependency> <scope>runtime</scope> <groupId>androidx.recyclerview</groupId> <artifactId>recyclerview</artifactId> <version>1.0.0</version> </dependency> <dependency> <scope>runtime</scope> <groupId>com.airbnb.android</groupId> <artifactId>lottie</artifactId> <version>3.0.7</version> </dependency> <dependency> <scope>runtime</scope> <groupId>com.google.android.gms</groupId> <artifactId>play-services-maps</artifactId> <version>17.0.0</version> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-core</artifactId> <version>1.3.0</version> </dependency> </dependencies> </project>