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