MVN

cn.bingerz.android : countrycodepicker

Maven & Gradle

Nov 10, 2021
2 stars

CountryCodePicker · Android library project for country code picker.

<dependency>
    <groupId>cn.bingerz.android</groupId>
    <artifactId>countrycodepicker</artifactId>
    <version>0.8.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.bingerz.android : countrycodepicker to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.5
  • Latest Beta: 0.8.1-beta01

All Versions

Choose a version of cn.bingerz.android : countrycodepicker to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8.x
countrycodepicker-0.8.5
countrycodepicker-0.8.4
countrycodepicker-0.8.3
countrycodepicker-0.8.2
countrycodepicker-0.8.1
countrycodepicker-0.8.1-beta01

How to add a dependency to Maven

Add the following cn.bingerz.android : countrycodepicker maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.bingerz.android</groupId>
    <artifactId>countrycodepicker</artifactId>
    <version>0.8.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.bingerz.android : countrycodepicker gradle dependency to your build.gradle file:

implementation 'cn.bingerz.android:countrycodepicker:0.8.5'

Gradle Kotlin DSL: Add the following cn.bingerz.android : countrycodepicker gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.bingerz.android:countrycodepicker:0.8.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.bingerz.android : countrycodepicker sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.bingerz.android" % "countrycodepicker" % "0.8.5"