Properties to Yaml converter

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

License

License

GroupId

GroupId

com.anubhavshukla
ArtifactId

ArtifactId

properties-to-yaml-converter
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Properties to Yaml converter
Java library to parse Properties file and generate corresponding Yaml file.
Project URL

Project URL

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

Source Code Management

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

Download properties-to-yaml-converter

How to add to project

<!-- 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"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

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>

Versions

Version
1.0.1