voidcontext / fetch-file   0.4.0

MIT License GitHub

Simple file downloader library which can display the progress on the CLI

Scala versions: 2.13

fetchfile 0.2.0


Group ID:
com.gaborpihaj
Artifact ID:
fetchfile_2.13
Version:
0.2.0
Release Date:
Mar 21, 2020
Licenses:
MIT
Files:

libraryDependencies += "com.gaborpihaj" %% "fetchfile" % "0.2.0"

Mill build tool

ivy"com.gaborpihaj::fetchfile:0.2.0"

Scala CLI

//> using dep "com.gaborpihaj::fetchfile:0.2.0"

Ammonite REPL

import $ivy.`com.gaborpihaj::fetchfile:0.2.0`

<dependency>
  <groupId>com.gaborpihaj</groupId>
  <artifactId>fetchfile_2.13</artifactId>
  <version>0.2.0</version>
</dependency>

compile group: 'com.gaborpihaj', name: 'fetchfile_2.13', version: '0.2.0'