| Лицензия |
Лицензия |
|---|---|
| Группа | Группа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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| no-template-core-1.0.5.pom | |
| no-template-core-1.0.5.jar | 46 KB |
| no-template-core-1.0.5-sources.jar | 45 KB |
| no-template-core-1.0.5-javadoc.jar | 113 KB |
| no-template-core-1.0.5-jar-with-dependencies.jar | 810 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |