is not current version
Last Version 0.68.0.1

com.jwebmp.jpms.commons:commons-io 0.67.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.jpms.commons
ArtifactId

ArtifactId

commons-io
Version

Version

0.67.0.2
Type

Type

jar

Download commons-io 0.67.0.2


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