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