Jar examples for c:commons-io
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 20030203.000550 in this page.
GNU General Public License, version 2 (GPL2), with the classpath exception
You can use the following script to add commons-io-20030203.000550.jar to your project.
<dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>20030203.000550</version> </dependency>
compile group: 'commons-io', name: 'commons-io', version: '20030203.000550'
libraryDependencies += "commons-io" % "commons-io" % "20030203.000550"
<dependency org="commons-io" name="commons-io" rev="20030203.000550"/>
@Grapes(@Grab(group='commons-io', module='commons-io', version='20030203.000550'))
'commons-io:commons-io:jar:20030203.000550'
Click the following link to download the jar file.
commons-io-20030203.000550.jar