scalate-test

Scalate Test Support Classes

Лицензия

Лицензия

Категории

Категории

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

Группа

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

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

scalate-test
Последняя версия

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

1.5.3-scala_2.8.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

scalate-test
Scalate Test Support Classes
Организация-разработчик

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

FuseSource, Corp.
Система контроля версий

Система контроля версий

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

Скачать scalate-test

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

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

Зависимости

compile (7)

Идентификатор библиотеки Тип Версия
org.fusesource.scalate : scalate-core jar 1.5.3-scala_2.8.2
org.scalatest : scalatest_2.8.2 jar 1.5.1
junit : junit jar 4.8.2
org.seleniumhq.selenium : selenium-htmlunit-driver jar 2.0a5
org.eclipse.jetty : jetty-server jar 7.2.1.v20101111
org.eclipse.jetty : jetty-webapp jar 7.2.1.v20101111
org.eclipse.jetty : jetty-util jar 7.2.1.v20101111

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

Данный проект не имеет модулей.

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