o

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.
https://fedorahosted.org/openprops
GNU General Public License, version 2, with the Classpath Exception
Sean Flanigan
文件下载
文件名 操作
openprops-0.8.5.jar 下载
openprops-0.8.5.pom 下载
openprops-0.8.5-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.fedorahosted.openprops</groupId>
  <artifactId>openprops</artifactId>
  <version>0.8.5</version>
</dependency>
Gradle Groovy
implementation 'org.fedorahosted.openprops:openprops:0.8.5'
Gradle Kotlin
implementation("org.fedorahosted.openprops:openprops:0.8.5")
Scala SBT
libraryDependencies += "org.fedorahosted.openprops" % "openprops" % "0.8.5"
Groovy Grape
@Grapes(
  @Grab(group='org.fedorahosted.openprops', module='openprops', version='0.8.5')
)
Apache Ivy
<dependency org="org.fedorahosted.openprops" name="openprops" rev="0.8.5" />
Leiningen
[org.fedorahosted.openprops/openprops "0.8.5"]
Apache Buildr
'org.fedorahosted.openprops:openprops:jar:0.8.5'
本项目依赖