is not current version
Last Version 0.68.0.1

com.jwebmp.jpms.commons:commons-io 0.67.0.1

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

GroupId

GroupId

com.jwebmp.jpms.commons
ArtifactId

ArtifactId

commons-io
Version

Version

0.67.0.1
Type

Type

jar

Download commons-io 0.67.0.1


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