OpenProps

OpenProps 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.

Лицензия

Лицензия

Группа

Группа

org.fedorahosted.openprops
Идентификатор

Идентификатор

openprops
Последняя версия

Последняя версия

0.8.5
Дата

Дата

Тип

Тип

jar
Описание

Описание

OpenProps
OpenProps 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

Скачать openprops

Как подключить последнюю версию

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

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
0.8.5
0.8.4
0.8.3
0.8.2
0.8.1
0.8
0.7.1
0.6
0.5
0.4