License |
License |
---|---|
GroupId | GroupIdcom.jwebmp |
ArtifactId | ArtifactIdcommons-io |
Last Version | Last Version0.66.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Commons IO
The Apache Commons IO library contains utility classes, stream implementations, file filters,
file comparators, endian transformation classes, and much more.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
commons-io-0.66.0.1.pom | |
commons-io-0.66.0.1.jar | 219 KB |
commons-io-0.66.0.1-tests.jar | 11 KB |
commons-io-0.66.0.1-sources.jar | 283 KB |
commons-io-0.66.0.1-javadoc.jar | 863 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jwebmp/commons-io/ -->
<dependency>
<groupId>com.jwebmp</groupId>
<artifactId>commons-io</artifactId>
<version>0.66.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.jwebmp/commons-io/
implementation 'com.jwebmp:commons-io:0.66.0.1'
// https://jarcasting.com/artifacts/com.jwebmp/commons-io/
implementation ("com.jwebmp:commons-io:0.66.0.1")
'com.jwebmp:commons-io:jar:0.66.0.1'
<dependency org="com.jwebmp" name="commons-io" rev="0.66.0.1">
<artifact name="commons-io" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jwebmp', module='commons-io', version='0.66.0.1')
)
libraryDependencies += "com.jwebmp" % "commons-io" % "0.66.0.1"
[com.jwebmp/commons-io "0.66.0.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |