Download configs-1.4.0.jar file - Jar c

Jar examples for c:configs

Description

YAML based config file parser.

You can download jar file configs 1.4.0 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add configs-1.4.0.jar to your project.

<dependency>
   <groupId>com.github.wasiqb.coteafs</groupId>
   <artifactId>configs</artifactId>
   <version>1.4.0</version>
</dependency>
compile group: 'com.github.wasiqb.coteafs', name: 'configs', version: '1.4.0'
libraryDependencies += "com.github.wasiqb.coteafs" % "configs" % "1.4.0"
<dependency org="com.github.wasiqb.coteafs" name="configs" rev="1.4.0"/>
@Grapes(@Grab(group='com.github.wasiqb.coteafs', module='configs', version='1.4.0'))
'com.github.wasiqb.coteafs:configs:jar:1.4.0'

Download

Click the following link to download the jar file.

configs-1.4.0-javadoc.jar
configs-1.4.0-sources.jar
configs-1.4.0.jar
configs-1.4.0.pom



Related Tutorials