MVN

com.beastwall : localisation

Maven & Gradle

Aug 07, 2022
13 stars

localisation · An open source library to add localisation to your apps (Web, Mobile and Desktop), The goal of this library is to help you add all countries, states and cities to your apps, without interacting with any Json or Xml document,in addition to getting countries flags in svg, it performs an http request and returns parsed Objects.

<dependency>
    <groupId>com.beastwall</groupId>
    <artifactId>localisation</artifactId>
    <version>1.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.beastwall : localisation to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.5

All Versions

Choose a version of com.beastwall : localisation to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
localisation-1.0.5
localisation-1.0.4
localisation-1.0.3
localisation-1.0.2
localisation-1.0.1
localisation-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.beastwall</groupId>
    <artifactId>localisation</artifactId>
    <version>1.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.beastwall : localisation gradle dependency to your build.gradle file:

implementation 'com.beastwall:localisation:1.0.5'

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

implementation("com.beastwall:localisation:1.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.beastwall : localisation sbt scala dependency to your build.sbt file:

libraryDependencies += "com.beastwall" % "localisation" % "1.0.5"