MVN

org.fedorahosted.openprops : openprops

Maven & Gradle

May 29, 2018
9 usages
5 stars

OpenProps · ${project.name} is a tiny Java library which reads and writes .properties files using the same code as java.util.Properties from the OpenJDK, but enhanced so that it preserves the order of entries within the file, and it also preserves comments in the file. This means that a Properties editor or a file converter written to use OpenProps won't have to lose comments or mess up the order of entries.

<dependency>
    <groupId>org.fedorahosted.openprops</groupId>
    <artifactId>openprops</artifactId>
    <version>0.8.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.fedorahosted.openprops : openprops to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.5

All Versions

Choose a version of org.fedorahosted.openprops : openprops to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8.x
openprops-0.8.5
openprops-0.8.4
openprops-0.8.3
openprops-0.8.2
openprops-0.8.1
0.8
openprops-0.8
0.7.x
openprops-0.7.1
0.6
openprops-0.6
0.5
openprops-0.5
0.4
openprops-0.4

How to add a dependency to Maven

Add the following org.fedorahosted.openprops : openprops maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.fedorahosted.openprops</groupId>
    <artifactId>openprops</artifactId>
    <version>0.8.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.fedorahosted.openprops : openprops gradle dependency to your build.gradle file:

implementation 'org.fedorahosted.openprops:openprops:0.8.5'

Gradle Kotlin DSL: Add the following org.fedorahosted.openprops : openprops gradle kotlin dependency to your build.gradle.kts file:

implementation("org.fedorahosted.openprops:openprops:0.8.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.fedorahosted.openprops : openprops sbt scala dependency to your build.sbt file:

libraryDependencies += "org.fedorahosted.openprops" % "openprops" % "0.8.5"

Advertisement

Dependencies from Group

May 29, 2018
9 usages
5 stars

Discover Dependencies

Jun 15, 2023
4 usages
12 stars
Aug 14, 2019
4 usages
68.1k stars
Oct 14, 2022
6 usages
12 stars
May 26, 2021
4 usages
0 stars
Nov 04, 2020
6 usages
Apr 21, 2016
4 usages
69 stars
Sep 20, 2011
5 usages
1 stars
Oct 26, 2018
1 usages
0 stars
Jul 15, 2016
4 usages
0 stars