org.apache.commons:commons-io


GroupId

GroupId

org.apache.commons
ArtifactId

ArtifactId

commons-io
Last Version

Last Version

1.3.2
Release Date

Release Date

Type

Type

jar
Description

Description

Download commons-io

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
1.3.2