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