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-core 0.1.0


Group ID:
au.id.tmm.fetch
Artifact ID:
fetch-core_2.13
Version:
0.1.0
Release Date:
Jul 19, 2022
Licenses:
Files:

libraryDependencies += "au.id.tmm.fetch" %% "fetch-core" % "0.1.0"

Mill build tool

ivy"au.id.tmm.fetch::fetch-core:0.1.0"

Scala CLI

//> using dep "au.id.tmm.fetch::fetch-core:0.1.0"

Ammonite REPL

import $ivy.`au.id.tmm.fetch::fetch-core:0.1.0`

<dependency>
  <groupId>au.id.tmm.fetch</groupId>
  <artifactId>fetch-core_2.13</artifactId>
  <version>0.1.0</version>
</dependency>

compile group: 'au.id.tmm.fetch', name: 'fetch-core_2.13', version: '0.1.0'