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

fetch-file 0.4.0


Group ID:
com.gaborpihaj
Artifact ID:
fetch-file_2.13
Version:
0.4.0
Release Date:
Jul 6, 2022
Licenses:
MIT
Files:

libraryDependencies += "com.gaborpihaj" %% "fetch-file" % "0.4.0"

Mill build tool

ivy"com.gaborpihaj::fetch-file:0.4.0"

Scala CLI

//> using dep "com.gaborpihaj::fetch-file:0.4.0"

Ammonite REPL

import $ivy.`com.gaborpihaj::fetch-file:0.4.0`

<dependency>
  <groupId>com.gaborpihaj</groupId>
  <artifactId>fetch-file_2.13</artifactId>
  <version>0.4.0</version>
</dependency>

compile group: 'com.gaborpihaj', name: 'fetch-file_2.13', version: '0.4.0'