Download msg-simple-0.8.jar file - Jar m

Jar examples for m:msg-simple

Description

A lightweight, fully compatible, UTF-8/printf() capable alternative to Java's ResourceBundle

You can download jar file msg-simple 0.8 in this page.

License

Lesser General Public License, version 3 or greater

Build File

You can use the following script to add msg-simple-0.8.jar to your project.

<dependency>
   <groupId>com.github.fge</groupId>
   <artifactId>msg-simple</artifactId>
   <version>0.8</version>
</dependency>
compile group: 'com.github.fge', name: 'msg-simple', version: '0.8'
libraryDependencies += "com.github.fge" % "msg-simple" % "0.8"
<dependency org="com.github.fge" name="msg-simple" rev="0.8"/>
@Grapes(@Grab(group='com.github.fge', module='msg-simple', version='0.8'))
'com.github.fge:msg-simple:jar:0.8'

Download

Click the following link to download the jar file.

msg-simple-0.8-javadoc.jar
msg-simple-0.8-sources.jar
msg-simple-0.8.jar
msg-simple-0.8.pom



Related Tutorials