h

herd-downloader

This is the downloader application. This is a tool that aids in the downloading of files from S3 to the local file system.
http://finraos.github.io/herd/
The Apache License, Version 2.0
文件下载
文件名 操作
herd-downloader-0.160.0.jar 下载
herd-downloader-0.160.0.pom 下载
herd-downloader-0.160.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.finra.herd</groupId>
  <artifactId>herd-downloader</artifactId>
  <version>0.160.0</version>
</dependency>
Gradle Groovy
implementation 'org.finra.herd:herd-downloader:0.160.0'
Gradle Kotlin
implementation("org.finra.herd:herd-downloader:0.160.0")
Scala SBT
libraryDependencies += "org.finra.herd" % "herd-downloader" % "0.160.0"
Groovy Grape
@Grapes(
  @Grab(group='org.finra.herd', module='herd-downloader', version='0.160.0')
)
Apache Ivy
<dependency org="org.finra.herd" name="herd-downloader" rev="0.160.0" />
Leiningen
[org.finra.herd/herd-downloader "0.160.0"]
Apache Buildr
'org.finra.herd:herd-downloader:jar:0.160.0'