Stencil Template Engine - CDI

Stencil Template Engine CDI Integration Library

Лицензия

Лицензия

Группа

Группа

com.impossibl.stencil
Идентификатор

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

engine-cdi
Последняя версия

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

0.0.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

Stencil Template Engine - CDI
Stencil Template Engine CDI Integration Library
Ссылка на сайт

Ссылка на сайт

http://impossibl.github.io/stencil/
Организация-разработчик

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

Impossibl.com

Скачать engine-cdi

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

<!-- https://jarcasting.com/artifacts/com.impossibl.stencil/engine-cdi/ -->
<dependency>
    <groupId>com.impossibl.stencil</groupId>
    <artifactId>engine-cdi</artifactId>
    <version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.impossibl.stencil/engine-cdi/
implementation 'com.impossibl.stencil:engine-cdi:0.0.2'
// https://jarcasting.com/artifacts/com.impossibl.stencil/engine-cdi/
implementation ("com.impossibl.stencil:engine-cdi:0.0.2")
'com.impossibl.stencil:engine-cdi:jar:0.0.2'
<dependency org="com.impossibl.stencil" name="engine-cdi" rev="0.0.2">
  <artifact name="engine-cdi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.impossibl.stencil', module='engine-cdi', version='0.0.2')
)
libraryDependencies += "com.impossibl.stencil" % "engine-cdi" % "0.0.2"
[com.impossibl.stencil/engine-cdi "0.0.2"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
com.impossibl.stencil : engine jar 0.0.2

provided (1)

Идентификатор библиотеки Тип Версия
javax.enterprise : cdi-api jar 1.1-20130403

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

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

stencil

Template engine designed with first class support for layouts and macros with easy passing of text blocks.

Features

  • Syntax - Stencil features a compact syntax that uses a single character ('$') to inctroduce dynamic regions.
  • Blocks - Passing around blocks of text is at the cornerstone of the Stencil language. Block syntax allows the succinct creation and passing of blocks of text to macros and included templates.
  • Macros - Stencil has advanced support for creating macros that accept both parameters and blocks.
  • Layouts - Layout support is built into the heart of Stencil and based on the block passing syntax. It allows fast & easy creation of layouts of unlimited quantity.
  • Functions - Stencil allows the simple creation of functions that execute it's simple expression language.
  • Expression - Advanced expressions that have support for all classical statements like loops and conditions, as well as complex literals like like maps and list, along with advanced operators like elvis and safe-navigation that make simplify template writing.

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

Версия
0.0.2
0.0.1