License |
License |
---|---|
GroupId | GroupIdcom.anubhavshukla |
ArtifactId | ArtifactIdproperties-to-yaml-converter |
Version | Version1.0.1 |
Type | Typejar |
Description |
DescriptionProperties to Yaml converter
Java library to parse Properties file and generate corresponding Yaml file.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |