jar

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.

Table Of Contents

Latest Version

Download com.beastwall : localisation JAR file - Latest Versions:

All Versions

Download com.beastwall : localisation JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window localisation-1.0.5.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.beastwall.localisation

├─ com.beastwall.localisation.Localisation.class - [JAR]

com.beastwall.localisation.service

├─ com.beastwall.localisation.service.Endpoint.class - [JAR]

com.beastwall.localisation.model

├─ com.beastwall.localisation.model.City.class - [JAR]

├─ com.beastwall.localisation.model.Country.class - [JAR]

├─ com.beastwall.localisation.model.State.class - [JAR]

com.beastwall.localisation.model.complex_fields

├─ com.beastwall.localisation.model.complex_fields.Form.class - [JAR]

├─ com.beastwall.localisation.model.complex_fields.TimeZone.class - [JAR]

├─ com.beastwall.localisation.model.complex_fields.Translations.class - [JAR]