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
- Host: GitHub
- URL: https://github.com/typelevel/keypool
- Owner: typelevel
- License: mit
- Created: 2019-04-11T12:57:21.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2025-10-01T16:11:07.000Z (6 months ago)
- Last Synced: 2025-10-01T18:12:35.650Z (6 months ago)
- Language: Scala
- Homepage:
- Size: 1.57 MB
- Stars: 39
- Watchers: 8
- Forks: 15
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Notice: NOTICE
Awesome Lists containing this project
README
# keypool - A Keyed Pool for Scala [](https://maven-badges.herokuapp.com/maven-central/org.typelevel/keypool_2.13) 
## [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" % ""
)
```