tmccarthy / fetch   0.9.1

Apache License 2.0 GitHub

Tools I find myself writing for fetching data from the web

Scala versions: 3.x 2.13

fetch-cache 0.2.0


Group ID:
au.id.tmm.fetch
Artifact ID:
fetch-cache_2.13
Version:
0.2.0
Release Date:
Jul 28, 2022
Licenses:
Files:

libraryDependencies += "au.id.tmm.fetch" %% "fetch-cache" % "0.2.0"

Mill build tool

ivy"au.id.tmm.fetch::fetch-cache:0.2.0"

Scala CLI

//> using dep "au.id.tmm.fetch::fetch-cache:0.2.0"

Ammonite REPL

import $ivy.`au.id.tmm.fetch::fetch-cache:0.2.0`

<dependency>
  <groupId>au.id.tmm.fetch</groupId>
  <artifactId>fetch-cache_2.13</artifactId>
  <version>0.2.0</version>
</dependency>

compile group: 'au.id.tmm.fetch', name: 'fetch-cache_2.13', version: '0.2.0'