Download property-parser-0.0.2.jar file - Jar p

Jar examples for p:property-parser

Description

Helper for parsing and extracting values from properties files

You can download jar file property-parser 0.0.2 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add property-parser-0.0.2.jar to your project.

<dependency>
   <groupId>com.github.sakserv</groupId>
   <artifactId>property-parser</artifactId>
   <version>0.0.2</version>
</dependency>
compile group: 'com.github.sakserv', name: 'property-parser', version: '0.0.2'
libraryDependencies += "com.github.sakserv" % "property-parser" % "0.0.2"
<dependency org="com.github.sakserv" name="property-parser" rev="0.0.2"/>
@Grapes(@Grab(group='com.github.sakserv', module='property-parser', version='0.0.2'))
'com.github.sakserv:property-parser:jar:0.0.2'

Download

Click the following link to download the jar file.

property-parser-0.0.2-javadoc.jar
property-parser-0.0.2-sources.jar
property-parser-0.0.2.jar
property-parser-0.0.2.pom



Related Tutorials