akka-http-circe


License

License

Categories

Categories

Akka Container Microservices Reactive libraries
GroupId

GroupId

de.heikoseeberger
ArtifactId

ArtifactId

akka-http-circe_2.11
Last Version

Last Version

1.27.0
Release Date

Release Date

Type

Type

jar
Description

Description

akka-http-circe
akka-http-circe
Project URL

Project URL

https://github.com/hseeberger/akka-http-json
Project Organization

Project Organization

Heiko Seeberger
Source Code Management

Source Code Management

https://github.com/hseeberger/akka-http-json

Download akka-http-circe_2.11

How to add to project

<!-- https://jarcasting.com/artifacts/de.heikoseeberger/akka-http-circe_2.11/ -->
<dependency>
    <groupId>de.heikoseeberger</groupId>
    <artifactId>akka-http-circe_2.11</artifactId>
    <version>1.27.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.heikoseeberger/akka-http-circe_2.11/
implementation 'de.heikoseeberger:akka-http-circe_2.11:1.27.0'
// https://jarcasting.com/artifacts/de.heikoseeberger/akka-http-circe_2.11/
implementation ("de.heikoseeberger:akka-http-circe_2.11:1.27.0")
'de.heikoseeberger:akka-http-circe_2.11:jar:1.27.0'
<dependency org="de.heikoseeberger" name="akka-http-circe_2.11" rev="1.27.0">
  <artifact name="akka-http-circe_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.heikoseeberger', module='akka-http-circe_2.11', version='1.27.0')
)
libraryDependencies += "de.heikoseeberger" % "akka-http-circe_2.11" % "1.27.0"
[de.heikoseeberger/akka-http-circe_2.11 "1.27.0"]

Dependencies

compile (6)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.12
com.typesafe.akka : akka-http_2.11 jar 10.1.8
com.typesafe.akka : akka-stream_2.11 jar 2.5.23
io.circe : circe-core_2.11 jar 0.11.1
io.circe : circe-parser_2.11 jar 0.11.1
io.circe : circe-jawn_2.11 jar 0.11.1

test (2)

Group / Artifact Type Version
io.circe : circe-generic_2.11 jar 0.11.1
org.scalatest : scalatest_2.11 jar 3.0.8

Project Modules

There are no modules declared in this project.

akka-http-json

Build Status Maven Central Scala Steward badge

akka-http-json provides JSON (un)marshalling support for Akka HTTP via the following JSON libraries:

Installation

The artifacts are published to Maven Central.

libraryDependencies ++= Seq(
  "de.heikoseeberger" %% "akka-http-circe" % "1.31.0",
  ...
)

Usage

Mix ArgonautSupport, FailFastCirceSupport or ErrorAccumulatingCirceSupport, JacksonSupport, Json4sSupport, JsoniterScalaSupport, NinnySupport, PlayJsonSupport, UpickleSupport or AvroSupport into your Akka HTTP code which is supposed to (un)marshal from/to JSON. Don't forget to provide the type class instances for the respective JSON libraries, if needed.

Contribution policy

Contributions via GitHub pull requests are gladly accepted from their original author. Along with any pull requests, please state that the contribution is your original work and that you license the work to the project under the project's open source license. Whether or not you state this explicitly, by submitting any copyrighted material via pull request, email, or other means you agree to license the material under the project's open source license and warrant that you have the legal authority to do so.

License

This code is open source software licensed under the Apache 2.0 License.

YourKit

YourKit supports open source projects with its full-featured Java Profiler. YourKit, LLC is the creator of YourKit Java Profiler.

Versions

Version
1.27.0
1.26.0
1.25.2
1.24.3
1.22.0
1.21.1
1.21.0
1.20.1
1.20.0
1.20.0-RC2
1.20.0-RC1
1.19.0
1.19.0-M3
1.19.0-M2
1.18.1
1.17.0
1.16.1
1.16.0
1.15.0
1.14.0
1.13.0
1.12.0
1.11.0
1.11.0-M4
1.11.0-M2
1.11.0-M1
1.10.1
1.10.0
1.9.0
1.8.0
1.7.0
1.6.0
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0
1.4.2
1.4.1
1.4.0