Skip to content

foal/gwt-locale-cldr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maven Central Build Quality Gate Status

GWT java.util.Locale CLDR data

Project provides list of all supported CLDR locations

Issues about the adaptation should be reported here at GitHub.

Using

  • Add the following project dependency to pom.xml
<dependency>
    <groupId>org.jresearch.gwt.locale</groupId>
    <artifactId>org.jresearch.gwt.locale.cldr</artifactId>
    <version>1.0.4</version>
</dependency>

Releases

Available in the Maven Central repository

Support

GitHub issues and pull requests should be used when you want to help advance the project.

Building from sources

  • check out APT project and INSTALL (mvn clean install) it.
  • check out this project
  • mvn clean install
  • The project use the parent pom located on Sonatype snapshot repository.
<repositories>
    <repository>
        <id>oss.sonatype.org-snapshot</id>
        <url>http://oss.sonatype.org/content/repositories/snapshots</url>
        <releases><enabled>false</enabled></releases>
        <snapshots><enabled>true</enabled></snapshots>
    </repository>
</repositories>

or download directly https://oss.sonatype.org/content/repositories/snapshots/org/jresearch/org.jresearch.pom/29-SNAPSHOT/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages