Download commons-io-1.3.2.jar file - Jar c

Jar examples for c:commons-io

Description

The Apache Commons IO library contains utility classes, stream implementations, file filters, file comparators, endian transformation classes, and much more.

You can download jar file commons-io 1.3.2 in this page.

License

GNU General Public License, version 2 (GPL2), with the classpath exception

Build File

You can use the following script to add commons-io-1.3.2.jar to your project.

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

Download

Click the following link to download the jar file.

commons-io-1.3.2-javadoc.jar
commons-io-1.3.2-sources.jar
commons-io-1.3.2.jar
commons-io-1.3.2.pom



Related Tutorials