Scalate :: Samples

Scalate Project POM

Лицензия

Лицензия

Категории

Категории

Scala Языки программирования
Группа

Группа

org.fusesource.scalate
Идентификатор

Идентификатор

samples
Последняя версия

Последняя версия

1.3.2
Дата

Дата

Тип

Тип

pom
Описание

Описание

Scalate :: Samples
Scalate Project POM
Организация-разработчик

Организация-разработчик

FuseSource

Скачать samples

Имя Файла Размер
samples-1.3.2.pom 730 bytes
Обзор

Как подключить последнюю версию

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

  • scalate-sample
  • scalate-sample-sitegen
  • scalate-sample-scuery
  • scalate-sample-spring-mvc
  • scalate-bookstore

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

Версии библиотеки

Версия
1.3.2
1.3.1
1.3