Download commons-configuration-1.4.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.4 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials