Download commons-configuration-1.5.jar file - Jar c

Jar examples for c:commons-configuration

Description

Tools to assist in the reading of configuration/preferences files in various formats.

You can download jar file commons-configuration 1.5 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add commons-configuration-1.5.jar to your project.

<dependency>
   <groupId>commons-configuration</groupId>
   <artifactId>commons-configuration</artifactId>
   <version>1.5</version>
</dependency>
compile group: 'commons-configuration', name: 'commons-configuration', version: '1.5'
libraryDependencies += "commons-configuration" % "commons-configuration" % "1.5"
<dependency org="commons-configuration" name="commons-configuration" rev="1.5"/>
@Grapes(@Grab(group='commons-configuration', module='commons-configuration', version='1.5'))
'commons-configuration:commons-configuration:jar:1.5'

Download

Click the following link to download the jar file.

commons-configuration-1.5-javadoc.javadoc.jar
commons-configuration-1.5-sources.jar
commons-configuration-1.5.jar
commons-configuration-1.5.pom



Related Tutorials