scalate-project_2.11

Scalate Project POM

License

License

Categories

Categories

Scala Languages
GroupId

GroupId

org.scalatra.scalate
ArtifactId

ArtifactId

scalate-project_2.11
Last Version

Last Version

1.7.1
Release Date

Release Date

Type

Type

pom
Description

Description

scalate-project_2.11
Scalate Project POM
Project URL

Project URL

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

Project Organization

FuseSource, Corp.
Source Code Management

Source Code Management

http://github.com/scalate/scalate/tree/master

Download scalate-project_2.11

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • scalate-util
  • scalate-core
  • scalate-test
  • scalate-wikitext
  • scalate-page
  • scalate-web
  • scalate-spring-mvc
  • scalate-guice
  • scalate-jrebel
  • scalate-war
  • samples
  • maven-scalate-plugin
  • sbt-scalate-plugin
  • archetypes
  • scalate-tool
  • scalate-jsp-converter
  • scalate-markdownj
  • scalate-jruby
  • scalate-pegdown
  • scalate-less

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.7.1
1.7.0