Jacke / fuuid

Functional UUID's for Scala

Home Page:https://christopherdavenport.github.io/fuuid

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fuuid - Functional UUID Build Status Maven Central

Head on over to the microsite

Impatient Quickstart

To use fuuid in an existing SBT project with Scala 2.11 or a later version, add the following dependency to your build.sbt:

libraryDependencies += "io.chrisdavenport" %% "fuuid" % "<version>"

And for integrations:

libraryDependencies ++= Seq(
    "io.chrisdavenport" %% "fuuid-circe"  % "<version>", // Circe integration
    "io.chrisdavenport" %% "fuuid-http4s" % "<version>", // Http4s integration
    "io.chrisdavenport" %% "fuuid-doobie" % "<version>"  // Doobie integration
)

For more info visit the microsite

About

Functional UUID's for Scala

https://christopherdavenport.github.io/fuuid

License:MIT License


Languages

Language:Scala 100.0%