scalate-website_2.10

The Scalate Website and Documentation

License

License

Categories

Categories

Scala Languages
GroupId

GroupId

org.fusesource.scalate
ArtifactId

ArtifactId

scalate-website_2.10
Last Version

Last Version

1.6.1
Release Date

Release Date

Type

Type

war
Description

Description

scalate-website_2.10
The Scalate Website and Documentation
Project Organization

Project Organization

FuseSource, Corp.

Download scalate-website_2.10

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
org.fusesource.scalate : scalate-wikitext_2.10 jar 1.6.1
org.fusesource.scalate : scalate-jruby_2.10 jar 1.6.1
org.fusesource.scalate : scalate-page_2.10 jar 1.6.1
org.fusesource.scalamd : scalamd_2.10 jar 1.6
org.slf4j : slf4j-nop jar 1.6.1

provided (1)

Group / Artifact Type Version
javax.servlet : servlet-api jar 2.5

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.6.1
1.6.0