Property File Parser

Helper for parsing and extracting values from properties files

License

License

GroupId

GroupId

com.github.sakserv
ArtifactId

ArtifactId

property-parser
Last Version

Last Version

0.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

Property File Parser
Helper for parsing and extracting values from properties files
Project URL

Project URL

https://github.com/sakserv/property-parser
Source Code Management

Source Code Management

http://github.com/sakserv/property-parser

Download property-parser

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.sakserv/property-parser/ -->
<dependency>
    <groupId>com.github.sakserv</groupId>
    <artifactId>property-parser</artifactId>
    <version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sakserv/property-parser/
implementation 'com.github.sakserv:property-parser:0.0.3'
// https://jarcasting.com/artifacts/com.github.sakserv/property-parser/
implementation ("com.github.sakserv:property-parser:0.0.3")
'com.github.sakserv:property-parser:jar:0.0.3'
<dependency org="com.github.sakserv" name="property-parser" rev="0.0.3">
  <artifact name="property-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sakserv', module='property-parser', version='0.0.3')
)
libraryDependencies += "com.github.sakserv" % "property-parser" % "0.0.3"
[com.github.sakserv/property-parser "0.0.3"]

Dependencies

compile (2)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.10
org.slf4j : slf4j-simple jar 1.7.10

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.3
0.0.2
0.0.1