samples

Scalate Project POM

Лицензия

Лицензия

Категории

Категории

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

Группа

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

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

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

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

1.5.3-scala_2.8.2
Дата

Дата

Тип

Тип

pom
Описание

Описание

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

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

FuseSource, Corp.

Скачать samples

Имя Файла Размер
samples-1.5.3-scala_2.8.2.pom 1 KB
Обзор

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

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

Зависимости

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

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

  • scalate-sample
  • scalate-sample-precompile
  • 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.samples

Scalate

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

Версия
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