is not current version
Last Version 0.0.4

org.codejive:java-properties 0.0.1

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

Categories

Categories

Java Languages
GroupId

GroupId

org.codejive
ArtifactId

ArtifactId

java-properties
Version

Version

0.0.1
Type

Type

jar

Download java-properties 0.0.1


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