License |
License |
---|---|
GroupId | GroupIdcom.jwebmp.jpms.commons |
ArtifactId | ArtifactIdcommons-io |
Last Version | Last Version0.68.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.68.0.1.pom | |
commons-io-0.68.0.1.jar | 217 KB |
commons-io-0.68.0.1-tests.jar | 11 KB |
commons-io-0.68.0.1-sources.jar | 284 KB |
commons-io-0.68.0.1-javadoc.jar | 864 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jwebmp.jpms.commons/commons-io/ -->
<dependency>
<groupId>com.jwebmp.jpms.commons</groupId>
<artifactId>commons-io</artifactId>
<version>0.68.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.jwebmp.jpms.commons/commons-io/
implementation 'com.jwebmp.jpms.commons:commons-io:0.68.0.1'
// https://jarcasting.com/artifacts/com.jwebmp.jpms.commons/commons-io/
implementation ("com.jwebmp.jpms.commons:commons-io:0.68.0.1")
'com.jwebmp.jpms.commons:commons-io:jar:0.68.0.1'
<dependency org="com.jwebmp.jpms.commons" name="commons-io" rev="0.68.0.1">
<artifact name="commons-io" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jwebmp.jpms.commons', module='commons-io', version='0.68.0.1')
)
libraryDependencies += "com.jwebmp.jpms.commons" % "commons-io" % "0.68.0.1"
[com.jwebmp.jpms.commons/commons-io "0.68.0.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |