country
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>tk.jamun.ui</groupId> <artifactId>country</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>tk.jamun.ui</groupId> <artifactId>country</artifactId> <version>0.0.2</version> <packaging>aar</packaging> <name>Country-Picker</name> <description>Country Picker provide Country picking functionality with great UI and UX custom calling features to make there picker developer handy. This have four custom ways to make there picker UI with Single and Multi Selection functionality. It have updated collection of country name, code and there flags for better understanding and UI. </description> <url>https://github.com/Lib-Jamun/Pickers</url> <inceptionYear>2018</inceptionYear> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>https://github.com/Lib-Jamun/Pickers/blob/master/LICENSE</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>lib-jamun</id> <name>Jatin Sahgal</name> <email>jatinsahgal50@gmail.com</email> </developer> </developers> <scm> <connection>https://github.com/Lib-Jamun/Pickers</connection> <developerConnection>scm:git@github.com:lib-jamun/Pickers.git</developerConnection> <url>scm:git@github.com:lib-jamun/Pickers.git</url> </scm> <dependencies> <dependency> <groupId>com.android.support</groupId> <artifactId>appcompat-v7</artifactId> <version>27.1.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.android.support</groupId> <artifactId>design</artifactId> <version>27.1.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.android.support</groupId> <artifactId>cardview-v7</artifactId> <version>27.1.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>tk.jamun</groupId> <artifactId>volley</artifactId> <version>0.0.2</version> <scope>runtime</scope> </dependency> </dependencies> </project>