| License | License | 
|---|---|
| GroupId | GroupIdse.l4.commons | 
| ArtifactId | ArtifactIdcommons-io | 
| Last Version | Last Version1.2.2 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptioncommons-io Toolbelt with utilities that are useful for many projects. | 
| Filename | Size | 
|---|---|
| commons-io-1.2.2.pom | |
| commons-io-1.2.2.jar | 20 KB | 
| commons-io-1.2.2-sources.jar | 12 KB | 
| commons-io-1.2.2-javadoc.jar | 452 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/se.l4.commons/commons-io/ -->
<dependency>
    <groupId>se.l4.commons</groupId>
    <artifactId>commons-io</artifactId>
    <version>1.2.2</version>
</dependency>// https://jarcasting.com/artifacts/se.l4.commons/commons-io/
implementation 'se.l4.commons:commons-io:1.2.2'// https://jarcasting.com/artifacts/se.l4.commons/commons-io/
implementation ("se.l4.commons:commons-io:1.2.2")'se.l4.commons:commons-io:jar:1.2.2'<dependency org="se.l4.commons" name="commons-io" rev="1.2.2">
  <artifact name="commons-io" type="jar" />
</dependency>@Grapes(
@Grab(group='se.l4.commons', module='commons-io', version='1.2.2')
)libraryDependencies += "se.l4.commons" % "commons-io" % "1.2.2"[se.l4.commons/commons-io "1.2.2"]| Group / Artifact | Type | Version | 
|---|---|---|
| com.github.spotbugs : spotbugs-annotations Optional | jar | 3.1.12 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 | 
| org.mockito : mockito-core | jar | 2.20.0 |