swipe-picker
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>one.xcorp.widget</groupId> <artifactId>swipe-picker</artifactId> <version>1.2.0</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>one.xcorp.widget</groupId> <artifactId>swipe-picker</artifactId> <version>1.2.0</version> <packaging>aar</packaging> <name>SwipePicker</name> <url>https://github.com/m4xp1/SwipePicker</url> <description>A widget for Android that allows the user to enter different values, such as: time, date, number, without additional dialog windows using the swipe gestures.</description> <inceptionYear>2018</inceptionYear> <licenses> <license> <name>MIT License</name> <url>https://github.com/m4xp1/SwipePicker/blob/master/LICENSE</url> </license> </licenses> <developers> <developer> <id>m4xp1</id> <name>Dmitriy Makarov</name> <email>dm@xcorp.one</email> </developer> </developers> <scm> <connection>scm:git:git://github.com/m4xp1/SwipePicker.git</connection> <developerConnection>scm:git:ssh://github.com/m4xp1/SwipePicker.git</developerConnection> <url>https://github.com/m4xp1/SwipePicker</url> </scm> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk8</artifactId> <version>1.3.61</version> </dependency> <dependency> <groupId>androidx.appcompat</groupId> <artifactId>appcompat</artifactId> <version>1.1.0</version> </dependency> </dependencies> </project>