MVN

com.spacewl : countryprovider

Maven & Gradle

Sep 22, 2022
0 stars

countryprovider · Android Country provider provides information about country names, codes, vectors of a flag, and digital codes.

<dependency>
    <groupId>com.spacewl</groupId>
    <artifactId>countryprovider</artifactId>
    <version>1.0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.spacewl : countryprovider to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.6

All Versions

Choose a version of com.spacewl : countryprovider to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
countryprovider-1.0.6
countryprovider-1.0.5
countryprovider-1.0.4
countryprovider-1.0.3
countryprovider-1.0.0

How to add a dependency to Maven

Add the following com.spacewl : countryprovider maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.spacewl</groupId>
    <artifactId>countryprovider</artifactId>
    <version>1.0.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.spacewl : countryprovider gradle dependency to your build.gradle file:

implementation 'com.spacewl:countryprovider:1.0.6'

Gradle Kotlin DSL: Add the following com.spacewl : countryprovider gradle kotlin dependency to your build.gradle.kts file:

implementation("com.spacewl:countryprovider:1.0.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.spacewl : countryprovider sbt scala dependency to your build.sbt file:

libraryDependencies += "com.spacewl" % "countryprovider" % "1.0.6"