Scalate Tool

Scalate Command Line Tool.

License

License

Categories

Categories

Scala Languages
GroupId

GroupId

org.scalatra.scalate
ArtifactId

ArtifactId

scalate-tool_2.12
Last Version

Last Version

1.8.0
Release Date

Release Date

Type

Type

jar
Description

Description

Scalate Tool
Scalate Command Line Tool.
Project URL

Project URL

http://scalate.github.io/scalate
Project Organization

Project Organization

org.scalatra.scalate
Source Code Management

Source Code Management

http://github.com/scalate/scalate

Download scalate-tool_2.12

How to add to project

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

Dependencies

compile (7)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.0
org.scalatra.scalate : scalate-core_2.12 jar 1.8.0
org.apache.karaf.shell : org.apache.karaf.shell.console jar 2.2.11
org.swift.common » confluence-soap jar 4.0.0
axis : axis jar 1.4
axis : axis-wsdl4j jar 1.5.1
net.sf.jtidy : jtidy jar r938

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.scalatra.scalate

Scalate

Versions

Version
1.8.0
1.8.0-RC1