Download props2yaml-0.5.jar file - Jar p

Jar examples for p:props2yaml

Description

Properties to YAML converter library

You can download jar file props2yaml 0.5 in this page.

License

Apache 2

Build File

You can use the following script to add props2yaml-0.5.jar to your project.

<dependency>
   <groupId>io.codearte.props2yaml</groupId>
   <artifactId>props2yaml</artifactId>
   <version>0.5</version>
</dependency>
compile group: 'io.codearte.props2yaml', name: 'props2yaml', version: '0.5'
libraryDependencies += "io.codearte.props2yaml" % "props2yaml" % "0.5"
<dependency org="io.codearte.props2yaml" name="props2yaml" rev="0.5"/>
@Grapes(@Grab(group='io.codearte.props2yaml', module='props2yaml', version='0.5'))
'io.codearte.props2yaml:props2yaml:jar:0.5'

Download

Click the following link to download the jar file.

props2yaml-0.5-jar-with-dependencies.jar
props2yaml-0.5-javadoc.jar
props2yaml-0.5-sources.jar
props2yaml-0.5.jar
props2yaml-0.5.pom



Related Tutorials