AL333Z / keypool

A Keyed Pool Implementation for Scala

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

keypool - A Keyed Pool for Scala Maven Central Continuous Integration

Quick Start

To use keypool 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" %% "keypool" % "<version>"
)

About

A Keyed Pool Implementation for Scala

License:MIT License


Languages

Language:Scala 99.7%Language:Ruby 0.3%