Twirl is the Play framework's template engine, providing a Scala-based DSL for generating HTML, XML, and other text formats.
<dependency>
<groupId>com.typesafe.play</groupId>
<artifactId>twirl-api_2.13</artifactId>
<version>1.6.10</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates an Html object from a string and prints its body.
Use the artifact with the matching Scala version suffix (e.g., twirl-api_2.13 for Scala 2.13).
No dependency data recorded yet.