Scalate :: Tool Commands

Scalate Project POM

License

License

Categories

Categories

Scala Languages
GroupId

GroupId

org.fusesource.scalate
ArtifactId

ArtifactId

scalate-tool-commands
Last Version

Last Version

1.2
Release Date

Release Date

Type

Type

jar
Description

Description

Scalate :: Tool Commands
Scalate Project POM
Project Organization

Project Organization

FuseSource

Download scalate-tool-commands

How to add to project

<!-- https://jarcasting.com/artifacts/org.fusesource.scalate/scalate-tool-commands/ -->
<dependency>
    <groupId>org.fusesource.scalate</groupId>
    <artifactId>scalate-tool-commands</artifactId>
    <version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.fusesource.scalate/scalate-tool-commands/
implementation 'org.fusesource.scalate:scalate-tool-commands:1.2'
// https://jarcasting.com/artifacts/org.fusesource.scalate/scalate-tool-commands/
implementation ("org.fusesource.scalate:scalate-tool-commands:1.2")
'org.fusesource.scalate:scalate-tool-commands:jar:1.2'
<dependency org="org.fusesource.scalate" name="scalate-tool-commands" rev="1.2">
  <artifact name="scalate-tool-commands" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fusesource.scalate', module='scalate-tool-commands', version='1.2')
)
libraryDependencies += "org.fusesource.scalate" % "scalate-tool-commands" % "1.2"
[org.fusesource.scalate/scalate-tool-commands "1.2"]

Dependencies

compile (2)

Group / Artifact Type Version
org.fusesource.scalate : scalate-tool jar 1.2
org.fusesource.scalate : scalate-core jar 1.2

Project Modules

There are no modules declared in this project.

Scalate

Build Status build Maven Central

Scalate is a Scala based template engine which supports HAML, Mustache and JSP, Erb and Velocity style syntaxes.

The following template languages are supported:

  • Mustache: is a Mustache template language for Java/Scala
  • Jade: The Jade style of Haml/Scaml template language
  • Scaml: Provides Haml style template language
  • Ssp: Provides a JSP, Erb and Velocity style template language

In Scaml and SSP all expressions are typesafe and checked at edit/compile time to ensure you don't leave any mistakes in your pages. Mustache uses dynamic typing and reflection; a trade off of hiding code and logic from inside the templates.

Building

To build Scalate from the source please see the building instructions

Links

org.fusesource.scalate

Scalate

Versions

Version
1.2
1.1