Download jproperties-0.9.8.jar file - Jar j

Jar examples for j:jproperties

Description

JSON based properties with substitution and inclusion.

You can download jar file jproperties 0.9.8 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add jproperties-0.9.8.jar to your project.

<dependency>
   <groupId>net.jmatrix</groupId>
   <artifactId>jproperties</artifactId>
   <version>0.9.8</version>
</dependency>
compile group: 'net.jmatrix', name: 'jproperties', version: '0.9.8'
libraryDependencies += "net.jmatrix" % "jproperties" % "0.9.8"
<dependency org="net.jmatrix" name="jproperties" rev="0.9.8"/>
@Grapes(@Grab(group='net.jmatrix', module='jproperties', version='0.9.8'))
'net.jmatrix:jproperties:jar:0.9.8'

Download

Click the following link to download the jar file.

jproperties-0.9.8-javadoc.jar
jproperties-0.9.8-sources.jar
jproperties-0.9.8.jar
jproperties-0.9.8.pom



Related Tutorials