Java Properties parser

A simple Java Properties parser that retains the exact format of the input file, including any comments

License

License

Categories

Categories

Java Languages
GroupId

GroupId

org.codejive
ArtifactId

ArtifactId

java-properties
Last Version

Last Version

0.0.4
Release Date

Release Date

Type

Type

jar
Description

Description

Java Properties parser
A simple Java Properties parser that retains the exact format of the input file, including any comments
Project URL

Project URL

https://github.com/codejive/java-properties
Source Code Management

Source Code Management

http://github.com/codejive/java-properties

Download java-properties

How to add to project

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

Dependencies

test (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.8.2
org.assertj : assertj-core jar 3.21.0

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.4
0.0.3
0.0.2
0.0.1