Registry / utility / scalatags-2-12

scalatags-2-12

JSON →
library0.13.1javamavenunverified

A Scala library for generating HTML and XML markup with a type-safe DSL.

<dependency> <groupId>com.lihaoyi</groupId> <artifactId>scalatags_2.12</artifactId> <version>0.13.1</version> </dependency>
INSTALL
IMPORT
SIG · SCALATAGS-2-12
S
scalatags-2-12
utilityjavav0.13.1
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.

all
scalatags.Text.all._

Generates a simple HTML document using Scalatags DSL.

import scalatags.Text.all._ object Example extends App { val html = html( head( title("Hello") ), body( h1("Hello, World!") ) ) println(html.render) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.13.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
scalatags-2-12 — mvn dependency:get scalatags-2-12 · libregistry