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.9.0


Group ID:
au.id.tmm.fetch
Artifact ID:
fetch-cache_3
Version:
0.9.0
Release Date:
Feb 18, 2023
Licenses:
Files:

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

Mill build tool

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

Scala CLI

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

Ammonite REPL

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

<dependency>
  <groupId>au.id.tmm.fetch</groupId>
  <artifactId>fetch-cache_3</artifactId>
  <version>0.9.0</version>
</dependency>

compile group: 'au.id.tmm.fetch', name: 'fetch-cache_3', version: '0.9.0'