akka-http-jackson


License

License

Categories

Categories

Jackson Data JSON Akka Container Microservices Reactive libraries
GroupId

GroupId

com.github.takezoe
ArtifactId

ArtifactId

akka-http-jackson_2.11
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

akka-http-jackson
akka-http-jackson
Project URL

Project URL

https://github.com/takezoe/scala-jdbc
Project Organization

Project Organization

com.github.takezoe
Source Code Management

Source Code Management

https://github.com/takezoe/akka-http-jackson

Download akka-http-jackson_2.11

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.8
com.fasterxml.jackson.module : jackson-module-scala_2.11 jar 2.7.2
com.typesafe.akka : akka-http-experimental_2.11 jar 2.4.6

Project Modules

There are no modules declared in this project.

akka-http-jackson

Provides Jackson based JSON conversion for Akka HTTP.

Installation

Put the following dependency into your build.sbt:

libraryDependencies += "com.github.takezoe" %% "akka-http-json" % "1.0.0"

Usage

Import JacksonSupport as follows:

import com.github.takezoe.akka.http.jackson.JacksonSupport._

License

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

Versions

Version
1.0.0