is not current version
Last Version 0.66.0.1

com.jwebmp:commons-io 0.65.0.2

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.65.0.2
Type

Type

jar

Download commons-io 0.65.0.2


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