Registry / web-framework / twirl-api-2-11

twirl-api-2-11

JSON →
library1.4.2javamavenunverified

Twirl is the Play template engine API for Scala 2.11.

<dependency> <groupId>com.typesafe.play</groupId> <artifactId>twirl-api_2.11</artifactId> <version>1.4.2</version> </dependency>
INSTALL
IMPORT
SIG · TWIRL-API-2-11
T
twirl-api-2-11
web-frameworkjavav1.4.2
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.

Html
play.twirl.api.Html

Create an HTML template content using Twirl.

import play.twirl.api.Html object Example { def main(args: Array[String]): Unit = { val html = Html("<h1>Hello Twirl!</h1>") println(html.body) } }
Debug
Known issues
breakingTwirl 1.4.x is for Play 2.6+; older Play versions use different versions.
fix
Ensure compatibility with your Play version.
affects: 1.4.x
Upgrade
Version history
1.4.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Resources
twirl-api-2-11 — mvn dependency:get twirl-api-2-11 · libregistry