Skip to content

davenverse/whale-tail

Folders and files

NameName
Last commit message
Last commit date
Jul 16, 2024
Jul 16, 2024
Jun 2, 2023
Jan 4, 2022
Jun 2, 2023
Jul 16, 2024
Jun 2, 2023
Jun 2, 2023
Jun 20, 2020
Jun 20, 2020
Jul 16, 2024
Jul 19, 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>"
)