Scalate :: Archetypes :: Integration Tests

Scalate Project POM

Лицензия

Лицензия

Категории

Категории

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

Группа

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

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

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

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

1.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

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

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

FuseSource

Скачать scalate-archetypes-itests

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

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

Зависимости

compile (6)

Идентификатор библиотеки Тип Версия
classworlds : classworlds jar 1.1
org.apache.maven : maven-embedder jar 3.0-alpha-7
org.apache.maven.wagon : wagon-http jar 1.0-beta-6
junit : junit jar 4.7
org.fusesource.scalate : scalate-core jar 1.2
commons-lang : commons-lang jar 2.5

runtime (1)

Идентификатор библиотеки Тип Версия
ch.qos.logback : logback-classic Необязательный jar 0.9.24

test (1)

Идентификатор библиотеки Тип Версия
org.fusesource.scalate : scalate-test jar 1.2

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

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

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

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

Версия
1.2
1.1
1.0