Registry / serialization / http4s-circe-2-12

http4s-circe-2-12

JSON →
library0.23.34javamavenunverified

Provides Circe JSON codec integration for http4s HTTP server and client, enabling automatic encoding and decoding of JSON entities.

<dependency> <groupId>org.http4s</groupId> <artifactId>http4s-circe_2.12</artifactId> <version>0.23.34</version> </dependency>
INSTALL
IMPORT
SIG · HTTP4S-CIRCE-2-12
H
http4s-circe-2-12
serializationjavav0.23.34
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

CirceEntityCodec
org.http4s.circe.CirceEntityCodec

Import CirceEntityCodec to enable JSON encoding/decoding for http4s.

import org.http4s.circe.CirceEntityCodec._ import io.circe.generic.auto._ case class User(name: String, age: Int) // Use circeEntityEncoder and circeEntityDecoder implicitly
Debug
Known issues
breakingScala 2.12 artifact; use http4s-circe_2.13 or http4s-circe_3 for newer Scala versions.
fix
Use the artifact with the appropriate Scala version suffix (e.g., _2.13, _3).
affects: >=0.23.34
Upgrade
Version history
0.23.34latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
http4s-circe-2-12 — mvn dependency:get http4s-circe-2-12 · libregistry