https://github.com/typelevel/unique
Unique Functional Values for Scala
https://github.com/typelevel/unique
Last synced: 8 months ago
JSON representation
Unique Functional Values for Scala
- Host: GitHub
- URL: https://github.com/typelevel/unique
- Owner: typelevel
- License: mit
- Created: 2018-11-14T00:27:21.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-09-03T21:04:05.000Z (over 1 year ago)
- Last Synced: 2025-07-21T18:53:57.766Z (8 months ago)
- Language: Scala
- Homepage: https://typelevel.github.io/unique/
- Size: 1.32 MB
- Stars: 17
- Watchers: 4
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# unique [](https://maven-badges.herokuapp.com/maven-central/org.typelevel/unique_2.12) 
This is a shared library for creating and managing unique values in a referentially transparent way.
## End-of-life
This project is now end-of-life. Its functionality has been [adopted into Cats-Effect 3](https://typelevel.github.io/unique). We will consider releases for [security](https://github.com/typelevel/unique/security/policy) or other significant tales of woe, but routine maintenance has ceased.
## [Head on over to the microsite](https://typelevel.github.io/unique)
## Quick Start
To use Unique 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" %% "unique" % ""
)
```