is not current version
Last Version 0.0.3

com.github.sakserv:property-parser 0.0.2

Helper for parsing and extracting values from properties files

GroupId

GroupId

com.github.sakserv
ArtifactId

ArtifactId

property-parser
Version

Version

0.0.2
Type

Type

jar

Download property-parser 0.0.2


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