An open API service indexing awesome lists of open source software.

https://github.com/typelevel/keypool

A Keyed Pool Implementation for Scala
https://github.com/typelevel/keypool

Last synced: 6 months ago
JSON representation

A Keyed Pool Implementation for Scala

Awesome Lists containing this project

README

          

# keypool - A Keyed Pool for Scala [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.typelevel/keypool_2.13/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.typelevel/keypool_2.13) ![Continuous Integration](https://github.com/typelevel/keypool/workflows/Continuous%20Integration/badge.svg)

## [Head on over to the microsite](https://typelevel.github.io/keypool)

## 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:

```scala
libraryDependencies ++= Seq(
"org.typelevel" %% "keypool" % ""
)
```