is not current version
Last Version 0.66.0.1

com.jwebmp:commons-io 0.63.0.14

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

GroupId

GroupId

com.jwebmp
ArtifactId

ArtifactId

commons-io
Version

Version

0.63.0.14
Type

Type

jar

Download commons-io 0.63.0.14


<!-- https://jarcasting.com/artifacts/com.jwebmp/commons-io/ -->
<dependency>
    <groupId>com.jwebmp</groupId>
    <artifactId>commons-io</artifactId>
    <version>0.63.0.14</version>
</dependency>
// https://jarcasting.com/artifacts/com.jwebmp/commons-io/
implementation 'com.jwebmp:commons-io:0.63.0.14'
// https://jarcasting.com/artifacts/com.jwebmp/commons-io/
implementation ("com.jwebmp:commons-io:0.63.0.14")
'com.jwebmp:commons-io:jar:0.63.0.14'
<dependency org="com.jwebmp" name="commons-io" rev="0.63.0.14">
  <artifact name="commons-io" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jwebmp', module='commons-io', version='0.63.0.14')
)
libraryDependencies += "com.jwebmp" % "commons-io" % "0.63.0.14"
[com.jwebmp/commons-io "0.63.0.14"]