l

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.
http://beastwall.com
MIT License
AbdelWadoud Rasmi
Files download
File Operation
localisation-1.0.5.jar download
localisation-1.0.5.pom download
localisation-1.0.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.beastwall</groupId>
  <artifactId>localisation</artifactId>
  <version>1.0.5</version>
</dependency>
Gradle Groovy
implementation 'com.beastwall:localisation:1.0.5'
Gradle Kotlin
implementation("com.beastwall:localisation:1.0.5")
Scala SBT
libraryDependencies += "com.beastwall" % "localisation" % "1.0.5"
Groovy Grape
@Grapes(
  @Grab(group='com.beastwall', module='localisation', version='1.0.5')
)
Apache Ivy
<dependency org="com.beastwall" name="localisation" rev="1.0.5" />
Leiningen
[com.beastwall/localisation "1.0.5"]
Apache Buildr
'com.beastwall:localisation:jar:1.0.5'