# Getting started

# Overview

# Dependencies

To use D4S, add the following line in your build.sbt file:

libraryDependencies += "net.playq" %% "d4s" %% "1.0.13"

The following modules are optional:
In case you want to have Circe codecs you should also add this:

libraryDependencies += "net.playq" %% "d4s-circe" %% "1.0.13"

If you want to use the metrics package from d4s you can add it like this:

libraryDependencies += "net.playq" %% "metrics" %% "1.0.13"

# How to learn

# Prerequisites

# Learning resources

Other resources:

# How to contribute

  • If you find a bug, open an issue (or fix it and open a PR) at our GitHub Repository.
  • If you want to make a larger contribution please open an issue first, so we can discuss.