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

no-template-core 1.0.5

A super-small Java library for templating, i.e. generating text files (HTML, XML, whatever) from a "template" text file and dynamic data. It is based on the concept that the templates are bare Java classes.

Лицензия

Лицензия

Группа

Группа

de.unkrig
Идентификатор

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

no-template-core
Версия

Версия

1.0.5
Тип

Тип

jar
Описание

Описание

no-template-core
A super-small Java library for templating, i.e. generating text files (HTML, XML, whatever) from a "template" text file and dynamic data. It is based on the concept that the templates are bare Java classes.
Ссылка на сайт

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

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

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

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

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

https://github.com/aunkrig/no-template

Скачать no-template-core 1.0.5


<!-- https://jarcasting.com/artifacts/de.unkrig/no-template-core/ -->
<dependency>
    <groupId>de.unkrig</groupId>
    <artifactId>no-template-core</artifactId>
    <version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/de.unkrig/no-template-core/
implementation 'de.unkrig:no-template-core:1.0.5'
// https://jarcasting.com/artifacts/de.unkrig/no-template-core/
implementation ("de.unkrig:no-template-core:1.0.5")
'de.unkrig:no-template-core:jar:1.0.5'
<dependency org="de.unkrig" name="no-template-core" rev="1.0.5">
  <artifact name="no-template-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.unkrig', module='no-template-core', version='1.0.5')
)
libraryDependencies += "de.unkrig" % "no-template-core" % "1.0.5"
[de.unkrig/no-template-core "1.0.5"]

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
de.unkrig.commons : commons-lang jar 1.2.12
de.unkrig.commons : commons-io jar 1.2.12
de.unkrig.commons : commons-util jar 1.2.12

test (1)

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

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

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