Skip to content

davenverse/whale-tail

This branch is 1 commit ahead of, 13 commits behind main.

Folders and files

NameName
Last commit message
Last commit date
Aug 28, 2023
Jun 2, 2023
Jun 2, 2023
Jan 4, 2022
Jun 2, 2023
Aug 28, 2023
Jun 2, 2023
Jun 2, 2023
Jun 20, 2020
Jun 20, 2020
Dec 24, 2021
Jul 1, 2024

Repository files navigation

whale-tail - Pure Docker Client Maven Central Code of Conduct

Quick Start

To use whale-tail in an existing SBT project with Scala 2.12 or a later version, add the following dependencies to your build.sbt depending on your needs:

libraryDependencies ++= Seq(
  "io.chrisdavenport" %% "whale-tail" % "<version>"
)