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