com.jukta:j-tahoe-compiler

The object oriented template engine

Лицензия

Лицензия

Группа

Группа

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

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

j-tahoe-compiler
Последняя версия

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

1.1.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

The object oriented template engine
Ссылка на сайт

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

https://github.com/jukta/j-tahoe/wiki/j-tahoe-compiler

Скачать j-tahoe-compiler

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

<!-- https://jarcasting.com/artifacts/com.jukta/j-tahoe-compiler/ -->
<dependency>
    <groupId>com.jukta</groupId>
    <artifactId>j-tahoe-compiler</artifactId>
    <version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.jukta/j-tahoe-compiler/
implementation 'com.jukta:j-tahoe-compiler:1.1.1'
// https://jarcasting.com/artifacts/com.jukta/j-tahoe-compiler/
implementation ("com.jukta:j-tahoe-compiler:1.1.1")
'com.jukta:j-tahoe-compiler:jar:1.1.1'
<dependency org="com.jukta" name="j-tahoe-compiler" rev="1.1.1">
  <artifact name="j-tahoe-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jukta', module='j-tahoe-compiler', version='1.1.1')
)
libraryDependencies += "com.jukta" % "j-tahoe-compiler" % "1.1.1"
[com.jukta/j-tahoe-compiler "1.1.1"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
com.jukta : j-tahoe-core jar 1.1.1
org.codehaus.groovy : groovy-all jar 2.3.7

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12

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

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

Overview

JTahoe is a powerfull object oriented engine for html templates. The main aim is to provide ability to make big and extedable front-end projects with high reusability of html parts (blocks). JTahoe helps to develop blocks in object-oriented manner.

Main features:

  • fully object oriented template engine
  • transparent building blocks
  • simple embedding in any java application
  • compilable blocks (fast rendering)
  • ability to reuse compiled blocks in different the applications
  • compilation on-the-fly
  • various additionally syntax constructions (for, if, set, ...)
  • native JS inserts and html tags
  • standard expression language support
  • Spring Web integration

Requirements

  • Java 1.5 or higher
  • maven
  • Servlet API compatible application server (optional)

License

JTahoe is open-sourced software licensed under the MIT license.

Wiki

For more information please visit wiki page.

com.jukta

Jukta

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

Версия
1.1.1
1.1.0
1.0.1
1.0.0