swaldman / untemplate   0.1.2

Apache License 2.0 GitHub

Scala 3 template engine, think Twirl meets JSP

Scala versions: 3.x

untemplate 0.1.0


Group ID:
com.mchange
Artifact ID:
untemplate_3
Version:
0.1.0
Release Date:
Sept 6, 2023
Licenses:
Files:

libraryDependencies += "com.mchange" %% "untemplate" % "0.1.0"

Mill build tool

ivy"com.mchange::untemplate:0.1.0"

Scala CLI

//> using dep "com.mchange::untemplate:0.1.0"

Ammonite REPL

import $ivy.`com.mchange::untemplate:0.1.0`

<dependency>
  <groupId>com.mchange</groupId>
  <artifactId>untemplate_3</artifactId>
  <version>0.1.0</version>
</dependency>

compile group: 'com.mchange', name: 'untemplate_3', version: '0.1.0'