akka-http-twirl


License

License

Categories

Categories

Akka Container Microservices Reactive libraries
GroupId

GroupId

com.thoughtworks.akka-http-twirl
ArtifactId

ArtifactId

akka-http-twirl_2.11
Last Version

Last Version

1.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

akka-http-twirl
akka-http-twirl
Project URL

Project URL

https://github.com/ThoughtWorksInc/akka-http-twirl
Project Organization

Project Organization

com.thoughtworks.akka-http-twirl
Source Code Management

Source Code Management

https://github.com/ThoughtWorksInc/akka-http-twirl

Download akka-http-twirl_2.11

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.8
com.typesafe.play : twirl-api_2.11 jar 1.1.1
com.typesafe.akka : akka-http-experimental_2.11 jar 2.0.4

test (1)

Group / Artifact Type Version
org.scalatest : scalatest_2.11 jar 3.0.0

Project Modules

There are no modules declared in this project.

Build Status Maven Central

ThoughtWorks' fork of akka-http-twirl

Base on spray/spray TwirlSupport and https://github.com/btomala/akka-http-twirl

akka-http-twirl provides Twirl Xml, Html and Txt file marshalling support for Akka HTTP.

This fork adds Scala 2.10 support.

Installation

depend on akka-http version 2.0.4

Don't forget add twirl plugin.

plugins.sbt

addSbtPlugin("com.typesafe.sbt"  % "sbt-twirl"            % "1.1.1")

build.sbt

enablePlugins(SbtTwirl)

libraryDependencies += "com.thoughtworks.akka-http-twirl" %% "akka-http-twirl" % "latest.release"

Usage

Mix TwirlSupport into your Akka HTTP code which is supposed to marshal Twirl Html, Xml or Txt.

For more details look in to ExampleApp.

License

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

com.thoughtworks.akka-http-twirl

ThoughtWorks Incubator

This is ThoughtWorks' sandbox GitHub Organization for short-term experiments. For our main Github organisation, please visit @thoughtworks

Versions

Version
1.2.0