Properties to Yaml converter

Java library to parse Properties file and generate corresponding Yaml file.

Лицензия

Лицензия

Группа

Группа

com.anubhavshukla
Идентификатор

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

properties-to-yaml-converter
Последняя версия

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

1.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

Properties to Yaml converter
Java library to parse Properties file and generate corresponding Yaml file.
Ссылка на сайт

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

https://github.com/anubhavshukla/properties-to-yaml-converter
Система контроля версий

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

https://github.com/anubhavshukla/properties-to-yaml-converter

Скачать properties-to-yaml-converter

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

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

Зависимости

test (1)

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

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

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

Properties to YAML Converter

This library allows you to convert Properties files into Yaml files. The library can be used through Java code or from command line.

The library can be used to convert a single Properties file to Yaml file or all the Properties files in a directory to a combined Yaml file. For detailed usage see com.anubhavshukla.p2y.Main class.

Library usage:

String yaml = PropertiesToYamlConverter.toYamlString(filePath);

Command line usage:

$ java -jar ./dist/properties-to-yaml-converter-<version>.jar -location=<properties-file-path>

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

Версия
1.0.1