Java Properties parser

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

Лицензия

Лицензия

Категории

Категории

Java Языки программирования
Группа

Группа

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

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

java-properties
Последняя версия

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

0.0.4
Дата

Дата

Тип

Тип

jar
Описание

Описание

Java Properties parser
A simple Java Properties parser that retains the exact format of the input file, including any comments
Ссылка на сайт

Ссылка на сайт

https://github.com/codejive/java-properties
Система контроля версий

Система контроля версий

http://github.com/codejive/java-properties

Скачать java-properties

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

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

Зависимости

test (2)

Идентификатор библиотеки Тип Версия
org.junit.jupiter : junit-jupiter jar 5.8.2
org.assertj : assertj-core jar 3.21.0

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

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

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

Версия
0.0.4
0.0.3
0.0.2
0.0.1