f

file

Utility classes for unpacking Files
Files download
File Operation
file-2.0.0.jar download
file-2.0.0.pom download
file-2.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.ow2.util.file</groupId>
  <artifactId>file</artifactId>
  <version>2.0.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.ow2.util.file:file:2.0.0'
Gradle Kotlin
implementation("org.ow2.util.file:file:2.0.0")
Scala SBT
libraryDependencies += "org.ow2.util.file" % "file" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.ow2.util.file', module='file', version='2.0.0')
)
Apache Ivy
<dependency org="org.ow2.util.file" name="file" rev="2.0.0" />
Leiningen
[org.ow2.util.file/file "2.0.0"]
Apache Buildr
'org.ow2.util.file:file:jar:2.0.0'