Template Featherweight

Template Featherweight: A simplistic Java template-rendering engine, providing for *plain gaps only*, such as "Hello, %name%!"--it has no advanced features such as if-logic, looping, or expressions--Templates may be output in full, after all gaps have been filled, or they may be *auto-rendered*, such that they are gradually output as each gap is filled.

Лицензия

Лицензия

Категории

Категории

Feather Библиотеки уровня приложения Dependency Injection
Группа

Группа

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

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

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

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

0.1.1.2
Дата

Дата

Тип

Тип

pom
Описание

Описание

Template Featherweight
Template Featherweight: A simplistic Java template-rendering engine, providing for *plain gaps only*, such as "Hello, %name%!"--it has no advanced features such as if-logic, looping, or expressions--Templates may be output in full, after all gaps have been filled, or they may be *auto-rendered*, such that they are gradually output as each gap is filled.
Ссылка на сайт

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

https://github.com/aliteralmind/templatefeather
Организация-разработчик

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

Jeff Epstein

Скачать templatefeather

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

<!-- https://jarcasting.com/artifacts/com.github.aliteralmind/templatefeather/ -->
<dependency>
    <groupId>com.github.aliteralmind</groupId>
    <artifactId>templatefeather</artifactId>
    <version>0.1.1.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.aliteralmind/templatefeather/
implementation 'com.github.aliteralmind:templatefeather:0.1.1.2'
// https://jarcasting.com/artifacts/com.github.aliteralmind/templatefeather/
implementation ("com.github.aliteralmind:templatefeather:0.1.1.2")
'com.github.aliteralmind:templatefeather:pom:0.1.1.2'
<dependency org="com.github.aliteralmind" name="templatefeather" rev="0.1.1.2">
  <artifact name="templatefeather" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.aliteralmind', module='templatefeather', version='0.1.1.2')
)
libraryDependencies += "com.github.aliteralmind" % "templatefeather" % "0.1.1.2"
[com.github.aliteralmind/templatefeather "0.1.1.2"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
com.github.aliteralmind : xbnjava jar 0.1.5

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

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

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

Версия
0.1.1.2
0.1.1.1
0.1.1