| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This project, as of version 1.0, is licensed under both LGPLv3 and ASL 2.0. See file LICENSE for more details. Versions 1.0 and lower are licensed under LGPLv3 only.
Note the "L" in "LGPL". LGPL AND GPL ARE QUITE DIFFERENT!
NOTE: this project uses Gradle as a build system. See the BUILD.md file for more details.
This is a lightweight, extensible message bundle API which you can use as a replacement to Java's ResourceBundle. It is also able to load legacy ResourceBundles.
Among features that this library offers which ResourceBundle doesn't are:
See below for more.
The current version is 1.2. Javadoc here.
See here for sample API usage.
Versions before 1.2 are available at groupId com.github.fge.
OBSOLETE You can download the jar directly on Bintray.
For Gradle:
dependencies {
compile(group: "com.github.java-json-tools", name: "msg-simple", version: "yourVersionHere");
}For Maven:
<dependency>
<groupId>com.github.java-json-tools</groupId>
<artifactId>msg-simple</artifactId>
<version>your-version-here</version>
</dependency>This library currently has the following features:
The roadmap for future versions can be found here. Feature requests are of course welcome!
| Back | FazBrowse Home | New Git URL |