kitlangton / stubby   0.1.2

GitHub

A simple stubbing library for ZIO tests.

Scala versions: 3.x

stubby 0.1.1


Group ID:
io.github.kitlangton
Artifact ID:
stubby_3
Version:
0.1.1
Release Date:
Jun 9, 2024
Licenses:
Files:
Full Scala Version:
3.4.2

libraryDependencies += "io.github.kitlangton" %% "stubby" % "0.1.1"

Mill build tool

ivy"io.github.kitlangton::stubby:0.1.1"

Scala CLI

//> using dep "io.github.kitlangton::stubby:0.1.1"

Ammonite REPL

import $ivy.`io.github.kitlangton::stubby:0.1.1`

<dependency>
  <groupId>io.github.kitlangton</groupId>
  <artifactId>stubby_3</artifactId>
  <version>0.1.1</version>
</dependency>

compile group: 'io.github.kitlangton', name: 'stubby_3', version: '0.1.1'