MVN

org.codejive : java-properties

Maven & Gradle

Nov 14, 2022
5 stars

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

<dependency>
    <groupId>org.codejive</groupId>
    <artifactId>java-properties</artifactId>
    <version>0.0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.codejive : java-properties to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.6

All Versions

Choose a version of org.codejive : java-properties to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
java-properties-0.0.6
java-properties-0.0.5
java-properties-0.0.4
java-properties-0.0.3
java-properties-0.0.2
java-properties-0.0.1

How to add a dependency to Maven

Add the following org.codejive : java-properties maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.codejive</groupId>
    <artifactId>java-properties</artifactId>
    <version>0.0.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.codejive : java-properties gradle dependency to your build.gradle file:

implementation 'org.codejive:java-properties:0.0.6'

Gradle Kotlin DSL: Add the following org.codejive : java-properties gradle kotlin dependency to your build.gradle.kts file:

implementation("org.codejive:java-properties:0.0.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.codejive : java-properties sbt scala dependency to your build.sbt file:

libraryDependencies += "org.codejive" % "java-properties" % "0.0.6"