https://github.com/typelevel/cats-uri
URI implementation based on cats-parse with cats instances
https://github.com/typelevel/cats-uri
Last synced: 8 months ago
JSON representation
URI implementation based on cats-parse with cats instances
- Host: GitHub
- URL: https://github.com/typelevel/cats-uri
- Owner: typelevel
- License: mit
- Created: 2020-12-26T01:52:04.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-03-30T16:11:48.000Z (almost 2 years ago)
- Last Synced: 2025-07-21T15:40:08.648Z (8 months ago)
- Language: Scala
- Size: 28.3 KB
- Stars: 15
- Watchers: 10
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cats-uri - A URI with Cats instances [](https://travis-ci.com/rossabaker/cats-uri) [](https://maven-badges.herokuapp.com/maven-central/org.typelevel/cats-uri_2.12) 
## [Head on over to the microsite](https://rossabaker.github.io/cats-uri)
## Quick Start
To use cats-uri in an existing SBT project with Scala 2.11 or a later version, add the following dependencies to your
`build.sbt` depending on your needs:
```scala
libraryDependencies ++= Seq(
"org.typelevel" %% "cats-uri" % ""
)
```