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

twirl-api-2-10

JSON →
library1.5.2javamavenunverified

API for the Twirl template engine, used by Play Framework for Scala 2.10.

<dependency> <groupId>com.typesafe.play</groupId> <artifactId>twirl-api_2.10</artifactId> <version>1.5.2</version> </dependency>
INSTALL
IMPORT
SIG · TWIRL-API-2-10
T
twirl-api-2-10
web-frameworkjavav1.5.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 result using Twirl.

import play.twirl.api.Html; public class TwirlExample { public static void main(String[] args) { Html content = Html.apply("<h1>Hello</h1>"); System.out.println(content.body()); } }
Debug
Known issues
breakingThis artifact is for Scala 2.10; use twirl-api_2.12 or later for newer Scala versions.
fix
Select the artifact with the appropriate Scala version suffix.
affects: <=1.5.2
Upgrade
Version history
1.5.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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