archetypes

Scalate Project POM

License

License

Categories

Categories

Scala Languages
GroupId

GroupId

org.fusesource.scalate.tooling
ArtifactId

ArtifactId

archetypes
Last Version

Last Version

1.5.3-scala_2.8.2
Release Date

Release Date

Type

Type

pom
Description

Description

archetypes
Scalate Project POM
Project Organization

Project Organization

FuseSource, Corp.

Download archetypes

How to add to project

<!-- https://jarcasting.com/artifacts/org.fusesource.scalate.tooling/archetypes/ -->
<dependency>
    <groupId>org.fusesource.scalate.tooling</groupId>
    <artifactId>archetypes</artifactId>
    <version>1.5.3-scala_2.8.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.fusesource.scalate.tooling/archetypes/
implementation 'org.fusesource.scalate.tooling:archetypes:1.5.3-scala_2.8.2'
// https://jarcasting.com/artifacts/org.fusesource.scalate.tooling/archetypes/
implementation ("org.fusesource.scalate.tooling:archetypes:1.5.3-scala_2.8.2")
'org.fusesource.scalate.tooling:archetypes:pom:1.5.3-scala_2.8.2'
<dependency org="org.fusesource.scalate.tooling" name="archetypes" rev="1.5.3-scala_2.8.2">
  <artifact name="archetypes" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.fusesource.scalate.tooling', module='archetypes', version='1.5.3-scala_2.8.2')
)
libraryDependencies += "org.fusesource.scalate.tooling" % "archetypes" % "1.5.3-scala_2.8.2"
[org.fusesource.scalate.tooling/archetypes "1.5.3-scala_2.8.2"]

Dependencies

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

Project Modules

  • scalate-archetype-jersey
  • scalate-archetype-guice
  • scalate-archetype-sitegen

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.tooling

Scalate

Versions

Version
1.5.3-scala_2.8.2
1.5.3
1.5.2-scala_2.8.1
1.5.2
1.5.1
1.5.0
1.4.1
1.4.0
1.3.2
1.3.1
1.3
1.2
1.1
1.0