j

java-properties

A simple Java Properties parser that retains the exact format of the input file, including any comments
https://github.com/codejive/java-properties
The Apache Software License, Version 2.0
Tako Schotanus
Files download
File Operation
java-properties-0.0.7.jar download
java-properties-0.0.7.pom download
java-properties-0.0.7-sources.jar download
Apache Maven
<dependency>
  <groupId>org.codejive</groupId>
  <artifactId>java-properties</artifactId>
  <version>0.0.7</version>
</dependency>
Gradle Groovy
implementation 'org.codejive:java-properties:0.0.7'
Gradle Kotlin
implementation("org.codejive:java-properties:0.0.7")
Scala SBT
libraryDependencies += "org.codejive" % "java-properties" % "0.0.7"
Groovy Grape
@Grapes(
  @Grab(group='org.codejive', module='java-properties', version='0.0.7')
)
Apache Ivy
<dependency org="org.codejive" name="java-properties" rev="0.0.7" />
Leiningen
[org.codejive/java-properties "0.0.7"]
Apache Buildr
'org.codejive:java-properties:jar:0.0.7'